addon/components/ui-select.js:7

components.UiSelect

ui-select component

Property Summary

Public Properties
public

the select theme

public

label for the select radio group component

public

name key for option, by default name

public

options for the select component

public

placeholder for blank option

public

allow select to search or not , by default false

public

the select theme

public

value for the select

public

value key for option, by default value

Private Properties
private

options for the select component

Method Summary

Public Methods
public
setupOptions( ): Void

Public Properties

the select theme

label for the select radio group component

name key for option, by default name

options for the select component

placeholder for blank option

allow select to search or not , by default false

the select theme

value for the select

value key for option, by default value

Private Properties

options for the select component

Public Methods

addon/components/ui-select.js:123

public setupOptions( ): Void

Return:

Void