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
Description:
When refreshing page with F5, options provided via selected_value are ignored. Empty input is displayed. Further, it is impossible to select these values manually.
When refreshing page with disabled cache (Ctrl-Shift-F5), automatic selection works correctly, input contains all values from selected_value.
Perhaps this has something to do with html form autocomplete.
You can actually see this bug in action in docs themselves: https://bladewindui.com/component/select#automatic
The text was updated successfully, but these errors were encountered:
@bunny-x-bunny I cant seem to reproduce this issue. I used the exact code you provided and also checked the docs pages. Everything works fine from this side. Safari. Chrome. Firefox. See attached video.
Version: 2.7.6
Sample code:
Description:
When refreshing page with F5, options provided via
selected_value
are ignored. Empty input is displayed. Further, it is impossible to select these values manually.When refreshing page with disabled cache (Ctrl-Shift-F5), automatic selection works correctly, input contains all values from
selected_value
.Perhaps this has something to do with html form autocomplete.
You can actually see this bug in action in docs themselves:
https://bladewindui.com/component/select#automatic
The text was updated successfully, but these errors were encountered: