TimeInput Beta React-only
Open in Storybook Open in Figma
TimeInput serves for entering time.
Error: Minified React error #130; visit https://reactjs.org/docs/error-decoder.html?invariant=130&args[]=object&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
Rules For Developers
- TimeInput values (in
time
prop andonTimeChange
callback) are JavaScript Date objects. Keep in mind that these contain a calendar date portion as well, although the user of the component doesn’t know about it and cannot directly manipulate it.