You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
react-admin: 2.9.6
In the TextInput component, you can completely hide the line with the label using the attribute label={false}.
In the SelectInput component, you can only hide the label text with the label="" attribute, but the empty string still remains.
Using a small change, it is possible to implement a similar behavior for SelectInput:
@rahulmalhotra Any contribution is welcome! Thanks
We do not assign issues, you can open a PR and add Closes #3657 in the description, the issue will be linked automatically.
Since it's a new feature, don't forget to aims your PR at the branch next
react-admin: 2.9.6
In the TextInput component, you can completely hide the line with the label using the attribute label={false}.
In the SelectInput component, you can only hide the label text with the label="" attribute, but the empty string still remains.
Using a small change, it is possible to implement a similar behavior for SelectInput:
The text was updated successfully, but these errors were encountered: