x-mask:dynamic input takes focus whenever Livewire property updates #2890
Replies: 4 comments
-
I am experiencing this in our django app. On iOS the x-mask input will focus and wont unfocus |
Beta Was this translation helpful? Give feedback.
-
@BrianLangevin were you able to find a solution or workaround to this problem? |
Beta Was this translation helpful? Give feedback.
-
This happens on my MacOS Safari as well. MacOS: 13.1 |
Beta Was this translation helpful? Give feedback.
-
Same issue here and even on Safari 16.3, even on official documentation page for this plugin. Hope to see the fix soon. |
Beta Was this translation helpful? Give feedback.
-
This issue is occurring on iOS Safari.
My Livewire component has multiple inputs bound by wire:model. One input has an x-mask:dynamic
Whenever one of the inputs sends a network request to update its Livewire component value, the x-mask input becomes focused.
Beta Was this translation helpful? Give feedback.
All reactions