Packages

trait FormSelectProps extends Object with FormDropdownProps

Annotations
@JSType() @native()
Linear Supertypes
FormDropdownProps, Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FormSelectProps
  2. FormDropdownProps
  3. Object
  4. Any
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract val additionPosition: UndefOr[String]

    Position of the Add: ... option in the dropdown list ('top' or 'bottom').

    Position of the Add: ... option in the dropdown list ('top' or 'bottom').

    Definition Classes
    FormDropdownProps
  2. abstract val control: UndefOr[String]

    A form control component (i.e.

    A form control component (i.e. Dropdown) or HTML tagName (i.e. 'input'). Extra FormDropdown props are passed to the control component. Mutually exclusive with children.

    Definition Classes
    FormDropdownProps
  3. abstract val onClick: UndefOr[RawOnClick]

    Called on click.

    Called on click.

    Definition Classes
    FormDropdownProps
  4. abstract val selectedLabel: UndefOr[|[JsNumber, String]]

    Currently selected label in multi-select.

    Currently selected label in multi-select.

    Definition Classes
    FormDropdownProps
  5. abstract val selection: UndefOr[Boolean]

    A dropdown can be used to select between choices in a form.

    A dropdown can be used to select between choices in a form.

    Definition Classes
    FormDropdownProps
  6. abstract val trigger: UndefOr[Node]

    Custom element to trigger the menu to become visible.

    Custom element to trigger the menu to become visible. Takes place of 'text'.

    Definition Classes
    FormDropdownProps

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val additionLabel: UndefOr[|[|[JsNumber, String], SemanticShorthandContent]]

    Label prefixed to an option added by a user.

    Label prefixed to an option added by a user.

    Definition Classes
    FormDropdownProps
  5. val allowAdditions: UndefOr[Boolean]

    Allow user additions to the list of options (boolean).

    Allow user additions to the list of options (boolean). Requires the use of selection, options and search.

    Definition Classes
    FormDropdownProps
  6. def apply(key: String): Any
    Definition Classes
    FormDropdownProps
    Annotations
    @JSBracketAccess()
  7. val as: UndefOr[AsT]

    An element type to render as (string or function).

    An element type to render as (string or function).

    Definition Classes
    FormDropdownProps
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. val basic: UndefOr[Boolean]

    A Dropdown can reduce its complexity.

    A Dropdown can reduce its complexity.

    Definition Classes
    FormDropdownProps
  10. val button: UndefOr[Boolean]

    Format the Dropdown to appear as a button.

    Format the Dropdown to appear as a button.

    Definition Classes
    FormDropdownProps
  11. val children: UndefOr[Node]

    Primary content.

    Primary content.

    Definition Classes
    FormDropdownProps
  12. val className: UndefOr[String]

    Additional classes.

    Additional classes.

    Definition Classes
    FormDropdownProps
  13. val clearable: UndefOr[Boolean]

    Using the clearable setting will let users remove their selection from a dropdown.

    Using the clearable setting will let users remove their selection from a dropdown.

    Definition Classes
    FormDropdownProps
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  15. val closeOnBlur: UndefOr[Boolean]

    Whether or not the menu should close when the dropdown is blurred.

    Whether or not the menu should close when the dropdown is blurred.

    Definition Classes
    FormDropdownProps
  16. val closeOnChange: UndefOr[Boolean]

    Whether or not the menu should close when a value is selected from the dropdown.

    Whether or not the menu should close when a value is selected from the dropdown. By default, multiple selection dropdowns will remain open on change, while single selection dropdowns will close on change.

    Definition Classes
    FormDropdownProps
  17. val closeOnEscape: UndefOr[Boolean]

    Whether or not the dropdown should close when the escape key is pressed.

    Whether or not the dropdown should close when the escape key is pressed.

    Definition Classes
    FormDropdownProps
  18. val compact: UndefOr[Boolean]

    A compact dropdown has no minimum width.

    A compact dropdown has no minimum width.

    Definition Classes
    FormDropdownProps
  19. val content: UndefOr[SemanticShorthandContent]

    Shorthand for primary content.

    Shorthand for primary content.

    Definition Classes
    FormDropdownProps
  20. val deburr: UndefOr[Boolean]

    Whether or not the dropdown should strip diacritics in options and input search

    Whether or not the dropdown should strip diacritics in options and input search

    Definition Classes
    FormDropdownProps
  21. val defaultOpen: UndefOr[Boolean]

    Initial value of open.

    Initial value of open.

    Definition Classes
    FormDropdownProps
  22. val defaultSearchQuery: UndefOr[String]

    Initial value of searchQuery.

    Initial value of searchQuery.

    Definition Classes
    FormDropdownProps
  23. val defaultSelectedLabel: UndefOr[|[JsNumber, String]]

    Currently selected label in multi-select.

    Currently selected label in multi-select.

    Definition Classes
    FormDropdownProps
  24. val defaultUpward: UndefOr[Boolean]

    Initial value of upward.

    Initial value of upward.

    Definition Classes
    FormDropdownProps
  25. val defaultValue: UndefOr[Value]

    Initial value or value array if multiple.

    Initial value or value array if multiple.

    Definition Classes
    FormDropdownProps
  26. val direction: UndefOr[String]

    A dropdown menu can open to the left or to the right.

    A dropdown menu can open to the left or to the right.

    Definition Classes
    FormDropdownProps
  27. val disabled: UndefOr[Boolean]

    A disabled dropdown menu or item does not allow user interaction.

    A disabled dropdown menu or item does not allow user interaction.

    Definition Classes
    FormDropdownProps
  28. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  30. val error: UndefOr[SemanticShorthandItemB[LabelProps]]

    Individual fields may display an error state along with a message.

    Individual fields may display an error state along with a message.

    Definition Classes
    FormDropdownProps
  31. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  32. val floating: UndefOr[Boolean]

    A dropdown menu can contain floated content.

    A dropdown menu can contain floated content.

    Definition Classes
    FormDropdownProps
  33. val fluid: UndefOr[Boolean]

    A dropdown can take the full width of its parent

    A dropdown can take the full width of its parent

    Definition Classes
    FormDropdownProps
  34. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  35. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  36. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  37. val header: UndefOr[Node]

    A dropdown menu can contain a header.

    A dropdown menu can contain a header.

    Definition Classes
    FormDropdownProps
  38. val icon: UndefOr[SemanticShorthandItemS[IconProps]]

    Shorthand for Icon.

    Shorthand for Icon.

    Definition Classes
    FormDropdownProps
  39. val inline: UndefOr[Boolean]

    A dropdown can be formatted to appear inline in other content.

    A dropdown can be formatted to appear inline in other content.

    Definition Classes
    FormDropdownProps
  40. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  41. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  42. val item: UndefOr[Boolean]

    A dropdown can be formatted as a Menu item.

    A dropdown can be formatted as a Menu item.

    Definition Classes
    FormDropdownProps
  43. val label: UndefOr[SemanticShorthandItemS[LabelProps]]

    Mutually exclusive with children.

    Mutually exclusive with children.

    Definition Classes
    FormDropdownProps
  44. val labeled: UndefOr[Boolean]

    A dropdown can be labeled.

    A dropdown can be labeled.

    Definition Classes
    FormDropdownProps
  45. val lazyLoad: UndefOr[Boolean]

    A dropdown can defer rendering its options until it is open.

    A dropdown can defer rendering its options until it is open.

    Definition Classes
    FormDropdownProps
  46. val loading: UndefOr[Boolean]

    A dropdown can show that it is currently loading data.

    A dropdown can show that it is currently loading data.

    Definition Classes
    FormDropdownProps
  47. val minCharacters: UndefOr[JsNumber]

    The minimum characters for a search to begin showing results.

    The minimum characters for a search to begin showing results.

    Definition Classes
    FormDropdownProps
  48. val multiple: UndefOr[Boolean]

    A selection dropdown can allow multiple selections.

    A selection dropdown can allow multiple selections.

    Definition Classes
    FormDropdownProps
  49. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  50. val noResultsMessage: UndefOr[Node]

    Message to display when there are no results.

    Message to display when there are no results.

    Definition Classes
    FormDropdownProps
  51. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  52. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  53. val onAddItem: UndefOr[RawOnAddItem]

    Called when a user adds a new item.

    Called when a user adds a new item. Use this to update the options list.

    Definition Classes
    FormDropdownProps
  54. val onBlur: UndefOr[RawOnBlur]

    Called on blur.

    Called on blur.

    Definition Classes
    FormDropdownProps
  55. val onChange: UndefOr[RawOnChange]

    Called when the user attempts to change the value.

    Called when the user attempts to change the value.

    Definition Classes
    FormDropdownProps
  56. val onClose: UndefOr[RawOnClose]

    Called when a close event happens.

    Called when a close event happens.

    Definition Classes
    FormDropdownProps
  57. val onFocus: UndefOr[RawOnFocus]

    Called on focus.

    Called on focus.

    Definition Classes
    FormDropdownProps
  58. val onLabelClick: UndefOr[RawOnLabelClick]

    Called when a multi-select label is clicked.

    Called when a multi-select label is clicked.

    Definition Classes
    FormDropdownProps
  59. val onMouseDown: UndefOr[RawOnMouseDown]

    Called on mousedown.

    Called on mousedown.

    Definition Classes
    FormDropdownProps
  60. val onOpen: UndefOr[RawOnOpen]

    Called when an open event happens.

    Called when an open event happens.

    Definition Classes
    FormDropdownProps
  61. val onSearchChange: UndefOr[RawOnSearchChange]

    Called on search input change.

    Called on search input change.

    Definition Classes
    FormDropdownProps
  62. val open: UndefOr[Boolean]

    Controls whether or not the dropdown menu is displayed.

    Controls whether or not the dropdown menu is displayed.

    Definition Classes
    FormDropdownProps
  63. val openOnFocus: UndefOr[Boolean]

    Whether or not the menu should open when the dropdown is focused.

    Whether or not the menu should open when the dropdown is focused.

    Definition Classes
    FormDropdownProps
  64. val options: UndefOr[Array[DropdownItemProps]]

    Array of Dropdown.Item props e.g.

    Array of Dropdown.Item props e.g. { text: , value: }

    Definition Classes
    FormDropdownProps
  65. val placeholder: UndefOr[String]

    Placeholder text.

    Placeholder text.

    Definition Classes
    FormDropdownProps
  66. val pointing: UndefOr[|[Boolean, String]]

    A dropdown can be formatted so that its menu is pointing.

    A dropdown can be formatted so that its menu is pointing.

    Definition Classes
    FormDropdownProps
  67. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  68. val renderLabel: UndefOr[RawRenderLabel]

    Mapped over the active items and returns shorthand for the active item Labels.

    Mapped over the active items and returns shorthand for the active item Labels. Only applies to multiple Dropdowns.

    returns

    {*} Shorthand for a Label.

    Definition Classes
    FormDropdownProps
  69. val required: UndefOr[Boolean]

    A field can show that input is mandatory.

    A field can show that input is mandatory. Requires a label.

    Definition Classes
    FormDropdownProps
  70. val scrolling: UndefOr[Boolean]

    A dropdown can have its menu scroll.

    A dropdown can have its menu scroll.

    Definition Classes
    FormDropdownProps
  71. val search: UndefOr[|[Boolean, RawSearchFunction]]

    A selection dropdown can allow a user to search through a large list of choices.

    A selection dropdown can allow a user to search through a large list of choices. Pass a function here to replace the default search.

    Definition Classes
    FormDropdownProps
  72. val searchInput: UndefOr[Node]

    A shorthand for a search input.

    A shorthand for a search input.

    Definition Classes
    FormDropdownProps
  73. val searchQuery: UndefOr[String]

    Current value of searchQuery.

    Current value of searchQuery. Creates a controlled component.

    Definition Classes
    FormDropdownProps
  74. val selectOnBlur: UndefOr[Boolean]

    Define whether the highlighted item should be selected on blur.

    Define whether the highlighted item should be selected on blur.

    Definition Classes
    FormDropdownProps
  75. val selectOnNavigation: UndefOr[Boolean]

    Whether dropdown should select new option when using keyboard shortcuts.

    Whether dropdown should select new option when using keyboard shortcuts. Setting to false will require enter or left click to confirm a choice.

    Definition Classes
    FormDropdownProps
  76. val simple: UndefOr[Boolean]

    A simple dropdown can open without Javascript.

    A simple dropdown can open without Javascript.

    Definition Classes
    FormDropdownProps
  77. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  78. val tabIndex: UndefOr[|[String, JsNumber]]

    A dropdown can receive focus.

    A dropdown can receive focus.

    Definition Classes
    FormDropdownProps
  79. val text: UndefOr[String]

    The text displayed in the dropdown, usually for the active item.

    The text displayed in the dropdown, usually for the active item.

    Definition Classes
    FormDropdownProps
  80. def toLocaleString(): String
    Definition Classes
    Object
  81. def toString(): String
    Definition Classes
    AnyRef → Any
  82. val type: UndefOr[String]

    Passed to the control component (i.e.

    Passed to the control component (i.e. )

    Definition Classes
    FormDropdownProps
  83. def update(key: String, v: Any): Unit
    Definition Classes
    FormDropdownProps
    Annotations
    @JSBracketAccess()
  84. val upward: UndefOr[Boolean]

    Controls whether the dropdown will open upward.

    Controls whether the dropdown will open upward.

    Definition Classes
    FormDropdownProps
  85. val value: UndefOr[Value]

    Current value or value array if multiple.

    Current value or value array if multiple. Creates a controlled component.

    Definition Classes
    FormDropdownProps
  86. def valueOf(): Any
    Definition Classes
    Object
  87. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  88. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  89. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  90. val width: UndefOr[SemanticWIDTHS]

    A field can specify its width in grid columns

    A field can specify its width in grid columns

    Definition Classes
    FormDropdownProps
  91. val wrapSelection: UndefOr[Boolean]

    A dropdown will go to the last element when ArrowUp is pressed on the first, or go to the first when ArrowDown is pressed on the last( aka infinite selection )

    A dropdown will go to the last element when ArrowUp is pressed on the first, or go to the first when ArrowDown is pressed on the last( aka infinite selection )

    Definition Classes
    FormDropdownProps

Inherited from FormDropdownProps

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped