DatePicker (Month and Year)
I have a field DatePicker
Forms\Components\DatePicker::make('year_awarded')
->native()
->extraInputAttributes(['type' => 'month'])
The storing of data is successful. How can I populate the stored data? Currently, it is empty.1 Reply
same problem here. Did you manage to find a solution?