DatePicker type moth not working in Firefox and Safari

Friends, I have a problem with a component, in which I need to insert a month and year, for this reason I am using texInput type month, and in Chrome it works perfectly, but it gives me problems in Firefox and Safari, in the case of Chrome at Clicking gives me the option to choose month and year, but in Firefox and Safari it becomes just another input, it doesn't work as I need it, any solution to this problem?

Forms\Components\TextInput::make('mescobro')
    ->type('month')
    ->label('Mes en que se cobrara')
    ->required(),


Thank you so much
image.png
image.png
Was this page helpful?