flowbite
flowbite copied to clipboard
Fix input counter component rebind
Fix input counter component rebind
The InputCounter component doesn't rebind on hotwired/turbo navigation. For this reason, I had to remove the instance check on InputCounter. I didn't face this issue on the DatePicker because it doesn't have this check.