<nve-combobox>
Properties
Controls the visual prominence to establish hierarchy and guide user attention.
muted Reduces visual weight for supporting content that should remain subtle and unobtrusive.
Enables updating internal string values for internationalization.
Sets the input to match native default content block
true
false
Sets the input to match the width of the active text content of the control value. Only applicable to vertical input box type controls (input, select)
true
false
Controls the directional arrangement and spacing behavior of the element's content.
vertical Arranges content in a vertical stack with block-level spacing.
vertical-inline Arranges content vertically with compact inline spacing for dense layouts.
horizontal Arranges content in a horizontal row with block-level spacing.
horizontal-inline Arranges content horizontally with compact inline spacing.
Communicates the intent and semantic meaning of an element to help users understand the outcome of their actions.
warning Indicates cautionary actions that require careful consideration before proceeding.
success Represents positive outcomes, confirmations, or constructive actions.
error
disabled
Select all options provided
Resets control value to initial attribute value and clears any active validation rules.
Enable creation of new options when the input value doesn't match any existing option. Dispatches a create event with { value } detail.
true
false
Manage inline tag rendering for many-item select
hidden
wrap
Demonstrates different container styles to accommodate visual weight and context.
flat Element has white space bounds but reduced visual container.
Events
Fires when the user scrolls the dropdown option list. Throttled to one dispatch per animation frame. detail: { scrollTop, scrollHeight, clientHeight }.
Fires when the user confirms a value that doesn't match any existing option and the behavior-create attribute exists. detail: { value }.
Slots
Label element
slot for dropdown footer content
slot for icon before the input
default slot for an input and a datalist/select element
CSS Properties
CSS Parts
The menu item element for creating new options
The icon element
The checkbox element
The menu item elements
The menu element
The dropdown popup element
The tag element for selected items