Options
The Options element is intended for use inside the Select element and is used to display a dynamically generated list of options that is asynchronously retrieved from the specified URL.
For more information on using Options, navigate to the Select. element documentation.
Attributes and Properties
item-text
Description | Text value of the element |
Attribute | item-text |
Type | any |
Default | undefined |
item-value
Description | Text value of the element |
Attribute | item-value |
Type | any |
Default | undefined |
url
Description | Contains a URL or URL fragment with the data to be retrieved. |
Attribute | url |
Type | string | undefined |
Default | undefined |
Events
No events available for this component.
Methods
No public methods available for this component.
CSS Shadow Parts
No CSS shadow parts available for this component.
CSS Custom Properties
No CSS custom properties available for this component.
Slots
No slots available for this component.