new InputText()
Wraps the a <input type="text"> element with binding support for the element's standard attributes.
- Source:
Extends
Members
_updateOnInput :boolean
Hard to imagine a text-input that is not using a input nor textarea
Type:
- boolean
- Inherited From:
- Default Value:
- true
- Source:
updateOnInput :boolean
When this property and the converter's
allowPartialConversion
are both true, as the user enters text in the input element each new character is added to the component's value
property, which triggers the conversion. Depending on the type of input element being used, this behavior may not be desirable. For instance, you likely would not want to convert a date string as a user is entering it, only when they've completed their input.
Specifies whether
Type:
- boolean
- Inherited From:
- Default Value:
- true
- Source: