Replies: 2 comments
-
x-model updates on the |
Beta Was this translation helpful? Give feedback.
0 replies
-
using focusout isn't a catchall solution, since Select elements would still be focused after the user selects an option and the panel closes. this would need more massaging to see which if any would need to change to blur vs change. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When x-model.lazy is used on input with type=date, lazy modifier does not work. Data updates immediately on keypress.
playground: https://jsfiddle.net/vuLsgm20/10/
Expected behavior: lazy modifier must prevent immediate data update on keypress, and wait for focusout event.
alpinejs version: 3.14.1
Beta Was this translation helpful? Give feedback.
All reactions