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
…la#58)
When focusing a date or time input, we automatically set the autoperiod to '0' (meaning manual) but the comparison in 'onChange' callback would always fails and always update the input to the latest value.
The comparison fails because 'value' is a string and '!==' means a strict equality of both value and type.
When focusing a date or time input, we automatically set the autoperiod to '0' (meaning manual) but the comparison in 'onChange' callback would always fails and always update the input to the latest value.
The comparison fails because 'value' is a string and '!==' means a strict equality of both value and type.
How to reproduce:
The scale will change to "Manual" (expected) but the from date will change to the T-24h, it should not !
The text was updated successfully, but these errors were encountered: