Skip to main content

<ui-folder-select>

Same as <ui-file-select> but opens a native folder-picker dialog instead of a file dialog.

<ui-folder-select id="output-dir" label="Browse..." value=""></ui-folder-select>

Attributes

AttributeRequiredDescription
idyesElement identifier
labelnoButton text (default "Browse...")
valuenoInitial path shown in the display

Event

Emits input-changed with the selected absolute folder path as the value.