You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug when focusing on OTP Input component on iOS WebKit (tested on Safari, Chrome).
The only way you can type in is to tap the OTP very fast when components loads, tap and instantly start to type, otherwise it's impossible to even select it, but even then if deselected will not be able to select it again.
Code snippets to replicate the problem
Just a standard OTP component:
<flux:otp wire:model="code" length="6" />
tried with autofocus and without and different types, same issue.
Screenshots/ screen recordings of the problem
Flux.OTP.WebKit.bug.mp4
How do you expect it to work?
It should be selectable and editable
Please confirm (incomplete submissions will not be addressed)
I have provided easy and step-by-step instructions to reproduce the bug.
I have provided code samples as text and NOT images.
I understand my bug report will be closed if I haven't met the criteria above.
Flux version
v2.14.1
Livewire version
v 4.3.1
Tailwind version
v 4.3.1
Browser and Operating System
Safari 26.5, iOS 26.5
What is the problem?
Bug when focusing on OTP Input component on iOS WebKit (tested on Safari, Chrome).
The only way you can type in is to tap the OTP very fast when components loads, tap and instantly start to type, otherwise it's impossible to even select it, but even then if deselected will not be able to select it again.
Code snippets to replicate the problem
Just a standard OTP component:
<flux:otp wire:model="code" length="6" />
tried with autofocus and without and different types, same issue.
Screenshots/ screen recordings of the problem
Flux.OTP.WebKit.bug.mp4
How do you expect it to work?
It should be selectable and editable
Please confirm (incomplete submissions will not be addressed)