Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make getOptionLabel always return a string (#1064)
MUI expects the label to always be a string, even if the option value is a number. Failing to provide a string gives the warning: MUI: The `getOptionLabel` method of Autocomplete returned number(x) instead of a string for x.
- Loading branch information