Ready 24.1.0+
GeoInputGeoInput
component works like a native input but can be customisable with a
label and a message as well as different color schemes to give feedback to
the user.
Properties
Prop name | Type | Default value | Description |
---|---|---|---|
value
| number|string | Show description | |
disabled
| boolean |
false
| Show description |
readOnly
| boolean |
false
| Show description |
error
| boolean |
false
| Show description |
success
| boolean |
false
| Show description |
disabledIcon
| array |
| Show description |
deleteInputValueIcon
| array |
| Show description |
Events
Name | Type | Description |
---|---|---|
input |
KeyboardEvent
| User typed on the input box. |
delete-value | User typed on the input box. |
Slots
Name | Description |
---|---|
label | Use this slot to customize what’s displayed as input label |
leadingAccessoryItem | Use this slot to add leading items inside the input |
trailingAccessoryItem | Use this slot to add trailing items inside the input |
message | Use this slot to customize what’s displayed as input message |
Constants
This component has no exported constants.