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
The type attribute of the form-input element should be configurable. The default value is text. If no inputtype property is given through the configuration object, the default value text is used.
The following field values can be used for the inputtype property:
text (default)
hidden
date
datetime-local
month
time
week
password
tel
url
email
number
range
color
The text was updated successfully, but these errors were encountered:
The type attribute of the form-input element should be configurable. The default value is text. If no inputtype property is given through the configuration object, the default value text is used.
The following field values can be used for the inputtype property:
The text was updated successfully, but these errors were encountered: