We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/buildo/bento-design-system/blob/40280a12a040eded481e78fa7154d2178bf6bdd5/packages/bento-design-system/src/TimeField/TimeField.tsx#L30C1-L30C1
I think that value can also be null.
value
const onChange = (value: TimeValue) => { const time = new Time(value.hour, value.minute, value.second, value.millisecond); return props.onChange(time); };
Easy to reproduce go here:
https://developer.bento-ds.com/Components/TimeField/
Press backspace into the hour field got runtime error.
v0.20.2
No response
The text was updated successfully, but these errors were encountered:
Thanks for reporting! A fix is coming in #768
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Description of the bug
https://github.com/buildo/bento-design-system/blob/40280a12a040eded481e78fa7154d2178bf6bdd5/packages/bento-design-system/src/TimeField/TimeField.tsx#L30C1-L30C1
I think that
value
can also be null.Playroom reproduction
Easy to reproduce go here:
https://developer.bento-ds.com/Components/TimeField/
Press backspace into the hour field got runtime error.
Version
v0.20.2
What browsers are you seeing the problem on?
No response
The text was updated successfully, but these errors were encountered: