Sets the autocomplete attribute. Valid for text mode only
Sets the input to be displayed as disabled. Valid for types 'text' and 'textarea'
The user friendly message that describes what this input is about
Sets the additional css styles for the component
Emits whenever the field loses focus
Emits whenever the Enter key is pressed
Emits whenever the field gains focus
Emits whenver the value of the input changes
The placeholder for the input that apperas with a little grey background when the input does not have a value
Sets the input to be dispalyed in readonly mode. Valid for types 'text' and 'textarea'
Recommended characters shows a character counter to the side of the input that gives a visual feedback when the user is in valid range of the value
Sets the type of the field. Can have values 'text', 'title', 'textarea'
Sets the unit to be displayed after the input. Eg. kg, km/h
A css value that controls where the unit value is placed
Generated using TypeDoc
The input component that is used by the AdminApp to represent text inputs The selector for this component is sf-input
InputComponent