addon/mixins/ui-select-base.js:7

mixins.UiSelectBase

ui-select-base mixin

Property Summary

Public Properties
public

selected items to

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

private

inner value state just for outer value change

Method Summary

Public Methods
public
setupOptions( ): Void

Public Properties

addon/mixins/ui-select-base.js:102

public _selectedOptions: String

selected items to

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

inner value state just for outer value change

Public Methods

addon/mixins/ui-select-base.js:112

public setupOptions( ): Void

Return:

Void