Date range UI does not update when minDate, maxDate or disabledDates gets re-evaluated
Closed this issue · 4 comments
juliangums commented
I am using closures in the ->minDate()
, ->maxDate()
and ->disabledDates()
methods. If I use dd() inside of them I can see that they are re-evaluated when they should, but that does not seem to re-render the UI. Nothing changes there and they are still using the values from the first evaluation.
juliangums commented
Looks like this is because you are using wire:ignore
in the view
juliangums commented
It works if I simply remove that. Any reason why it's there?
juliangums commented
Created a PR to remove it #109
malzariey commented
Thank you