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
Fak3
changed the title
<select> value becomes object '{value: "x"}' instead of 'x'
Alpine.js compatibility breaks with <select> value becoming object '{value: "x"}' instead of 'x'
Oct 12, 2024
When user selects <option value="x">, then <select> value bound with alpinejs x-model attribute becomes '{value: "x"}' instead of 'x'
To Reproduce
Expected behavior
Expected same behavior as regular <select>:
When user selects <option value="x">, then <select> value becomes 'x'
Choices version and bundle
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: