MonthPicker exist?
Hi . May i know how to change DatePicker to MonthPicker instead ?
5 Replies
You may add
->extraInputAttributes(['type' => 'month'])
but this may have another problem (others report another error in this server).
Suggestion: use two select options (month & year) πHahahaha . So that means do i need to hardcode even include year as well?
They said some plugin is there, search the help thread and you can find..
https://discord.com/channels/883083792112300104/1144606101866827928/1144625424140345554
Try this
TextInput ::make('column_name') -> type('month')
nicee