InputText
Implements a HTML input text field.
Settings
Setting
Value
Description
Container
false
Accepts nested children components.
Droppable
true
Added as a nested child component inside a container.
Editable
false
Can be edited
Interactive
true
Can receive events
Properties
Property
Type
Default
Description
Holder Id
General
Holder Private Id where Label component is also included
Password
Boolean
false
Defines if the field is a password field so the content is not visible
Valid
Boolean
false
Checks if the field value is valid
Value
General
Value of the field
Actions
No actions defined.
Events
No defined.
Available
Description
Click
no
Can receive clicks events
Change
yes
Can receive change events
Last updated