Option
Element Option predstavuje jednotlivé voliteľné možnosti v rámci komponentu Select. Je obdobný štandardnému elementu HTML select a umožňuje používateľom vykonať jeden alebo viacero výberov na základe konfigurácie komponentu select
. Tieto elementy sa môžu dynamicky napĺňať a sú navrhnuté tak, aby bezproblémovo spolupracovali s vlastnou logikou komponentu wj-select vrátane funkcií, ako je viacnásobný výber a vlastné štylizovanie.
Pre informácie o použití Option sa presuňte do dokumentácie elementu Select.
Atribúty a Vlastnosti
value
Description | Text value of the element |
Attribute | value |
Type | any |
Default | undefined |
Eventy
No events available for this component.
Metódy
No public methods available for this component.
CSS Shadow Parts
Name | Description |
---|---|
native | Refers to div inside an element. |
CSS Custom Vlastnosti
Name | Description |
---|---|
--wj-option-highlighted | Defines the background color of the element when shown with the mouse. |
--wj-option-padding-bottom | Defines the size of the lower internal offset of the element. |
--wj-option-padding-top | Defines the size of the upper internal offset of the element. |
Sloty
Name | Description |
---|---|
`` | The contents are placed between the named slots. |
end | The content is placed on the right in the LTR and on the left in the RTL. |
start | The content is placed on the left in the LTR and on the right in the RTL. |