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.
Was this page helpful?