Packages

trait Props extends Object with IBasePickerProps[ITag]

Annotations
@JSType()
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Props
  2. IBasePickerProps
  3. ComponentRef
  4. Object
  5. Any
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val className: UndefOr[String]
    Definition Classes
    IBasePickerProps
    Annotations
    @JSOptional()
  2. val componentRef: UndefOr[Ref[|[IBasePicker[ITag], Null]]]

    Take any kind of Ref[T].

    Take any kind of Ref[T].

    Definition Classes
    ComponentRef
    Annotations
    @JSOptional()
  3. val componentRefCallback: UndefOr[RefCb[|[IBasePicker[ITag], Null]]]
    Definition Classes
    ComponentRef
    Annotations
    @JSOptional() @JSName("componentRef")
  4. val componentRefMutable: UndefOr[MutableRef[|[IBasePicker[ITag], Null]]]
    Definition Classes
    ComponentRef
    Annotations
    @JSOptional() @JSName("componentRef")
  5. val componentRefReact: UndefOr[ReactRef[|[IBasePicker[ITag], Null]]]
    Definition Classes
    ComponentRef
    Annotations
    @JSOptional() @JSName("componentRef")
  6. val defaultSelectedItems: UndefOr[Array[ITag]]
    Definition Classes
    IBasePickerProps
    Annotations
    @JSOptional()
  7. val disabled: UndefOr[Boolean]
    Definition Classes
    IBasePickerProps
    Annotations
    @JSOptional()
  8. val getTextFromItem: UndefOr[Function2[ITag, String, String]]
    Definition Classes
    IBasePickerProps
    Annotations
    @JSOptional()
  9. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  10. val inputProps: UndefOr[IInputProps]
    Definition Classes
    IBasePickerProps
    Annotations
    @JSOptional()
  11. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  12. val itemLimit: UndefOr[Int]
    Definition Classes
    IBasePickerProps
    Annotations
    @JSOptional()
  13. val onBlur: UndefOr[react.vdom.FocusEventHandler[Input]]
    Definition Classes
    IBasePickerProps
    Annotations
    @JSOptional()
  14. val onChange: UndefOr[Function1[Array[ITag], Unit]]
    Definition Classes
    IBasePickerProps
    Annotations
    @JSOptional()
  15. val onFocus: UndefOr[react.vdom.FocusEventHandler[Input]]
    Definition Classes
    IBasePickerProps
    Annotations
    @JSOptional()
  16. val onValidateInput: UndefOr[Function1[String, ValidationState]]

    ValdationState

    ValdationState

    Definition Classes
    IBasePickerProps
    Annotations
    @JSOptional()
  17. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  18. val selectedItems: UndefOr[Array[ITag]]
    Definition Classes
    IBasePickerProps
    Annotations
    @JSOptional()
  19. def toLocaleString(): String
    Definition Classes
    Object
  20. def valueOf(): Any
    Definition Classes
    Object