March 2019
Intermediate to advanced
534 pages
14h 52m
English
By default, the Select component uses a pipe character as a separator between the buttons on the right side of the autocomplete menu. Since they're going to be replaced by Material-UI button components, this separator is no longer necessary, as follows:
const IndicatorSeparator = () => null;
By having the component return null, nothing is rendered.
Read now
Unlock full access