-
-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Form localstorage does not store select menus, checkboxes, or other input types #1657
Comments
Maybe its fine to ignore "acceptance" style checkboxes. |
I may table this issue in favor of upcoming KV Storage: #1832 |
Looking into this. Is there a tricky reason you never added more input types? |
Not necessarily– just low priority as far as use cases go. They'll need their own event listeners and can't use the same "filler" as-is since it currently just works for strings. An example edge-case: imagine a radio checkbox (either with 1 or multiple options). If we expand this to store the selected value, that may "soft lock" the user into not ever being able to de-select that input. |
Checkboxes, selects, date, and other non-text input types are not captured by the Nebula localstorage function.
The text was updated successfully, but these errors were encountered: