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
{{ message }}
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.
If I set a range with onlyValid.
I can change month outside the cut-off range by selecting month from select list , the dropdown will display incorrect month but the model will actually be correct.
Example... if cut-off day is 6 Feb , and I use dropdown to select March then select list will show March but the model and actual days calendar will still show days for Feb
.
This bug doesn't show up on browsers but shows up on IOS simulator or ipad device.
The text was updated successfully, but these errors were encountered:
Same bugs happened to me.
After search a while, i found the root cause for mine is iOS date parsing different from Android.
So make sure u are passing correct date object for 'between' or others.
If I set a range with onlyValid.
I can change month outside the cut-off range by selecting month from select list , the dropdown will display incorrect month but the model will actually be correct.
Example... if cut-off day is 6 Feb , and I use dropdown to select March then select list will show March but the model and actual days calendar will still show days for Feb
.
This bug doesn't show up on browsers but shows up on IOS simulator or ipad device.
The text was updated successfully, but these errors were encountered: