Find Axios Utils Examples and Templates
Use this online axios-utils playground to view and fork axios-utils example apps and templates on CodeSandbox. Click any example below to run it instantly or find templates that can be used as a pre-built solution!

Overview - DevExtreme Select Box (forked)The SelectBox component allows users to select an item from a drop-down list. This demo illustrates the following SelectBox properties:
items
Specifies an array of items displayed in the SelectBox.
placeholder
Specifies the text that is displayed when no items are selected.
readOnly
Prevents users from changing the editor's value via the UI.
disabled
Specifies whether the SelectBox responds to user interaction.
dataSource
Binds the SelectBox to data. Unlike the items property, dataSource accepts the DataSource object that allows users to sort, filter, group, and shape data.
fieldTemplate and itemTemplate
Allow you to customize the text field and drop-down list items.
onValueChanged event handler
Use this function to perform an action when a user chooses a new value. In this demo, this function is used to display the selected value.
To get started with the DevExtreme SelectBox component, refer to the following tutorial for step-by-step instructions: Getting Started with SelectBox.

Multiple Selection - DevExtreme Drop Down Box (forked)If the UI component embedded into the DropDownBox allows multiple selection, synchronize the DropDownBox value with the selected items. Synchronization instructions are the same for every selection mode.
In this demo, the DataGrid's selection.mode and TreeView's selectionMode properties are used to enable multiple selection.

Multiple Selection - DevExtreme Drop Down Box (forked)If the UI component embedded into the DropDownBox allows multiple selection, synchronize the DropDownBox value with the selected items. Synchronization instructions are the same for every selection mode.
In this demo, the DataGrid's selection.mode and TreeView's selectionMode properties are used to enable multiple selection.