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
Since we already have a DateField component that is built on top of timescape, I am not too sure how we could integrate this component into our DatePicker Input. Perhaps when clicked, a popup will open where you can enter date in natural language, and triggering onValueChange with the parsed Date() instance or something. Even the name of this component NaturalLanguageDateField seems a little awkward, definitely need more thoughts on this!
NaturalLanguageDateField
Parses natural language to date.
Visual References
TBD
Description
Since we already have a
DateField
component that is built on top oftimescape
, I am not too sure how we could integrate this component into ourDatePicker
Input. Perhaps when clicked, a popup will open where you can enter date in natural language, and triggeringonValueChange
with the parsedDate()
instance or something. Even the name of this componentNaturalLanguageDateField
seems a little awkward, definitely need more thoughts on this!Anatomy
Libraries / Hooks
Credits
Component idea inspired by Shadcn Extension, thank you!
The text was updated successfully, but these errors were encountered: