What you were expecting:
Working material inputs
What happened instead:
Material inputs don't work - they do not show labels, errors, etc.
Steps to reproduce:
Create custom input following the docs: https://marmelab.com/react-admin/Inputs.html#writing-your-own-input-component
Other information:
Documentation about custom work with material inputs is old, when I changed code to this, everything works as expected:
<TextField
helperText={label}
label={label}
{...input}
{...custom}
/>
Environment
Hello, I'll take this issue on if no one else is working on it?!
Feel free to do!
Fixed by mistake on master, reopening.
Most helpful comment
Hello, I'll take this issue on if no one else is working on it?!