Optional assignAssigns the object to the input parameter.
Optional classThe class name to apply to the element.
Optional disabledTrue to disable the component.
Optional elThe element to render the form to.
Optional itemsThe items for the search box.
Optional labelThe label.
Optional maxLimits the results to a maximum number.
Optional minThe minimum number of characters to enter before search occurs.
Optional multiTrue to allow multiple users to be selected.
Optional onThe change event.
Optional onThe render event when an item is added.
Optional onThe event called after the items are loaded.
Optional items: T[]Optional onUse this event to set the items dynamically.
Optional onThe search event.
Optional filter: stringOptional placeholderThe placeholder text. (Default value is "Search")
Optional readTrue to make the component read-only.
Optional valueThe selected users.
Generated using TypeDoc
Search Box Properties