Native datepicker setting a value
I have had some weird issue with native datepicker not accepting any input when the value is set with $set()
the input remains empty.
is this expected behaviour? when I set native(false) it works fine. i pass in a carbon object to $set.
my filament:about
Filament .........................................................................................................................................
Blade Icons ............................................................................................................................... CACHED
Packages ......................................................................................... filament, forms, notifications, support, tables
Panel Components ...................................................................................................................... NOT CACHED
Version .................................................................................................................................. v3.3.14
Views ................................................................................................................... PUBLISHED: notifications
1 Reply
It's probably the value you are pushing to set.... native date picker is up to your browser, so it shouldn't be a huge problem providing you are pushing a value that is expected.
Also I assume it's a non-resource form. Did you also mount the form correctly in your livewire component