DatePicker UI bug, shows days as single column

DatePicker::make('date_of_purchase')
  ->required()
  ->native(false)
  ->displayFormat('d/m/Y'),
image.png
Was this page helpful?