March 2019
Intermediate to advanced
534 pages
14h 52m
English
Here's the NoOptionsMessage component. It is rendered when there aren't any autocomplete options to display, as follows:
const NoOptionsMessage = props => ( <Typography color="textSecondary" className={props.selectProps.classes.noOptionsMessage} {...props.innerProps} > {props.children} </Typography>);
This renders a Typography component with textSecondary as the color property value.
Read now
Unlock full access