TextBox Interface
Wraps an HTML text input field.
Properties
Name | Type | Description | |
---|---|---|---|
div | HTMLDivElement | The div containing the text box. | |
label | HTMLLabelElement | undefined | The label, if the text box has one. | |
textbox | HTMLInputElement | The text input element. |
Defined in
Last Updated: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.