FieldTextInput class
Class for an editable text field.
Signature:
export declare class FieldTextInput extends FieldInput<string>
Extends: FieldInput<string>
Constructors
Constructor | Modifiers | Description |
|---|---|---|
Constructs a new instance of the |
Methods
Method | Modifiers | Description |
|---|---|---|
| Ensure that the input value casts to a valid string. | |