MonthPicker exist?

Hi . May i know how to change DatePicker to MonthPicker instead ?
5 Replies
Vp
Vp9mo ago
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) 😆
Expecto Patronum
Expecto PatronumOP9mo ago
Hahahaha . So that means do i need to hardcode even include year as well?
Vp
Vp9mo ago
They said some plugin is there, search the help thread and you can find.. https://discord.com/channels/883083792112300104/1144606101866827928/1144625424140345554
lazydog
lazydog9mo ago
Try this TextInput ::make('column_name') -> type('month')
KeyMe
KeyMe7mo ago
nicee

Did you find this page helpful?