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
I guess the main goal being to avoid "submit" types right? Would you consider the following selector input:not([type="submit"]) proper as a replacement ?
Hoping that helps,
Best regards,
Sébastien Grosjean - ZenCocoon
The text was updated successfully, but these errors were encountered:
Hi,
Wishing to add autocomplete support on the new HTML5 input types, like email, tel, ..., I realized that it's blocked to "text" types so far : https://github.com/madrobby/scripty2/blob/master/src/ui/controls/autocompleter.js#L23
I guess the main goal being to avoid "submit" types right? Would you consider the following selector
input:not([type="submit"])
proper as a replacement ?Hoping that helps,
Best regards,
The text was updated successfully, but these errors were encountered: