Biruk Haileye Tabor
Results
12
comments of
Biruk Haileye Tabor
The `InputCounter` component doesn't rebind on [hotwired/turbo](https://turbo.hotwired.dev/) navigation. For this reason, I had to remove the instance check on `InputCounter`. I didn't face this issue on the `DatePicker` because it...
While working on a [fix](https://github.com/themesberg/flowbite/pull/1060) for `hotwired/turbo` `InputCounter` initialization, I found dispatching an `input` event on `onIncrement/onDecrement` callbacks to be a sensible default. Here is an example showing how it...