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
Fix HTML validation of the input field (#16)
* Add handling of aria-expanded attribute on the input field.
role="combobox" requires aria-expanded to pass HTML validation.
* Set autocorrect only if the field supports it.
This ensures the result is valid HTML.