Skip to main content

Option

shadow

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

DescriptionText value of the element
Attributevalue
Typeany
Defaultundefined

Eventy

No events available for this component.

Metódy

No public methods available for this component.

CSS Shadow Parts

NameDescription
nativeRefers to div inside an element.

CSS Custom Vlastnosti

NameDescription
--wj-option-highlightedDefines the background color of the element when shown with the mouse.
--wj-option-padding-bottomDefines the size of the lower internal offset of the element.
--wj-option-padding-topDefines the size of the upper internal offset of the element.

Sloty

NameDescription
``The contents are placed between the named slots.
endThe content is placed on the right in the LTR and on the left in the RTL.
startThe content is placed on the left in the LTR and on the right in the RTL.