Allow typing in DatePicker input field
Is there a way to allow typing in the date in a date picker? Currently, it is only possible to select a date using the selector. I would like to be also possible to just type in the date.
2 Replies
if youve ever tried to build a date picker you will understand what i mean when i say thats incredibly complex
so i suggest using TextInput::make()->type('date')
instead
Hmm, that's also not ideal. I'll see what's possible. I did find a FlatPicker Filament field, but it looks unmaintained at the moment.