I'm using Material-UI for a project and I'm going through their API.
However, I don't understand the notched property in the OutlineInput Component
<FormControl variant='outlined'>
<OutlinedInput notched={false} />
</FormControl>
Switching the notched property from false to true doesn't change anything visually.
Also, as I'm not a native English speaker, I quite don't understand what it is supposed to do.