You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have two calendar. Ideally, if I select 11/04/18 in my first calendar, all the dates before 11/04/18 should be disabled in 2nd calendar(using minDate and maxDate property).
This seems to be a regression as the same issue was fixed with #119.
Do you have a unit test for #119 so that I can have a go at creating a pull request?
jljox
added a commit
to jljox/primereact
that referenced
this issue
May 3, 2018
I have two calendar. Ideally, if I select 11/04/18 in my first calendar, all the dates before 11/04/18 should be disabled in 2nd calendar(using minDate and maxDate property).
In primereact latest version(1.5.0), it does not work for first time select, but work every time after that. Corresponding plunk https://plnkr.co/edit/n4YIoArh2oWTIfFN1YXO?p=preview
The same code work in [email protected]. correspoding plunk https://plnkr.co/edit/J3Yz1S3hfGpFBnMzhxaV?p=preview
The text was updated successfully, but these errors were encountered: