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
inputmode is an HTML atttibute for <input> tag that improve the UX on mobile by displaying an appropriate virtual keyboard based on the expected input. Reference on MDN
This attribute is already set on UrlType, only when default_protocol is configured (why?).