March 2019
Intermediate to advanced
534 pages
14h 52m
English
This button is used to clear any selection made previously by the user, as follows:
const ClearIndicator = props => ( <IconButton {...props.innerProps}> <CancelIcon /> </IconButton>);
The purpose of this component is to use the Material-UI IconButton component and to render a Material-UI icon. The click handler is passed in through innerProps.
Read now
Unlock full access