Ready 29.10.0+
GeoDropdownSelectButtonGeoDropdownSelectButton
is a button designed to display a chevron icon
that animates when a GeoDropdown
parent element is opened. It can be customised
with any complex single-line text and it is surrounded by a bordered box linked to a
popup.
It's suitable in isolated places where this button won't be associated with any single element of a collection but with a specific feature or an entire collection.
As it can display single-line text it can be used to toggle popups which manage complex state changes which are not directly evident like multi-select options.
Properties
Prop name | Type | Default value | Description |
---|---|---|---|
iconPosition
| enumPropertyFactory({
componentName: 'GeoDropdownRegularButton',
propertyName: 'iconPosition',
enumDictionary: GeoDropdownConstants.X_AXIS_POSITION,
defaultValue: GeoDropdownConstants.X_AXIS_POSITION.right
}) | Show description | |
disabled
| boolean |
false
| Show description |
active
| boolean |
false
| Show description |
Events
Name | Type | Description |
---|---|---|
click |
MouseEvent
| User clicked this button. |
Slots
Name | Description |
---|---|
default | Use this slot to customize button’s content |
Constants
This component has no exported constants.