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
Description
Clear the TimeInput value by pressing backspace, start typing the new value. TimeInput doesn't trigger onChange unless the input value is a complete hh:mm:ss time. Should complete the value with trailing zeros and trigger onChange on every change or at least on blur. Otherwise, the parent state keeps the previous time and gets out of sync with the UI showing the new partial value.
The text was updated successfully, but these errors were encountered:
Update TimeInput to trigger onChange on incomplete input values, missing
chars filled in with zeros. Update internal/displayed value on blur to
match the last onChange.
fixes#1710
mofojed
pushed a commit
to deephaven/deephaven-core
that referenced
this issue
Jan 17, 2024
Description
Clear the
TimeInput
value by pressingbackspace
, start typing the new value.TimeInput
doesn't triggeronChange
unless the input value is a complete hh:mm:ss time. Should complete the value with trailing zeros and triggeronChange
on every change or at least on blur. Otherwise, the parent state keeps the previous time and gets out of sync with the UI showing the new partial value.The text was updated successfully, but these errors were encountered: