Open jescampos opened 5 months ago
v8.1
v10.10
v3.13
The first time we click on the input it open the date picker and works fine, but after that, can't use it again without page refresh.
Before click:
After click:
`
<div class="ml-2"> <x-date-picker name="data_inicio" wire:model="data_inicio" clearable click-opens /> </div> </div>`
No erros found on console.
Solved temporarily by disabling the mobile:
<x-date-picker name="data_inicio" wire:model="data_inicio" clearable click-opens :options="['disableMobile' => 'true']" />
Laravel Form Components Version
v8.1
Laravel Version
v10.10
Alpine Version
v3.13
Bug description
The first time we click on the input it open the date picker and works fine, but after that, can't use it again without page refresh.
Before click:
After click:
Steps to reproduce
`
Relevant log output
Solved temporarily by disabling the mobile:
<x-date-picker name="data_inicio" wire:model="data_inicio" clearable click-opens :options="['disableMobile' => 'true']" />