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
It does not appear to be possible to specify an input with a type of tel and url without extending the Factory class. Although these types (and probably others) simply fall back to a text input where they are unsupported, many forms benefit from utilizing these to present things like phone keypads and/or perform validation.
The text was updated successfully, but these errors were encountered:
It does not appear to be possible to specify an input with a type of
tel
andurl
without extending theFactory
class. Although these types (and probably others) simply fall back to a text input where they are unsupported, many forms benefit from utilizing these to present things like phone keypads and/or perform validation.The text was updated successfully, but these errors were encountered: