SortingSelector

A general component for sorting.

Props

Name
Type
Default
Description
onChange*
func
The change event handler. Function signature is
(newValue, event) => handler
name*
string
A unique semantic name that is connected to the label
children
node
The select options
label
string
The label text
onBlur
func
The bur event handler
onFocus
func
The focus event handler
value
string, number
The controlled value

Examples