Typing in date/timepicker
The date, time & datetimepickers work great but i want to be able to type in the date and/or time instead of just selecting it with my mouse. Can't seem to find how to enable this. Can anyone point me in the right direction?
4 Replies
the only way would be using a different date picker
for instance, the native browser one
TextInput::make()->type('datetime-local')
Ahhh thats what i thought but hoped that maybe i missed something. Thanks
implementing a typing-based date picker is so difficult
im not willing to try and build it for our built-in one
Yeah, i can imagine. Thanks anyway for the quick reply. Appreciated and cheers