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
What you were expecting:
When a resettable SelectInput gets focus, a darker grey background is applied which covers the complete input.
What happened instead:
Only part of the input gets the darker grey background leaving the right part (padding) of the input next to the dropdown glyph in light grey color.
Steps to reproduce:
Open the simple blog demo
Go to the Posts list view
Select a post to go to the post edit view
Select the Miscellaneous tab
Notice Category selectinput has light grey background
Select a different value for the Category selectinput
Notice only part of the focussed Category selectinput has dark grey background
What you were expecting:
When a resettable SelectInput gets focus, a darker grey background is applied which covers the complete input.
What happened instead:
Only part of the input gets the darker grey background leaving the right part (padding) of the input next to the dropdown glyph in light grey color.
Steps to reproduce:
Related code:
https://codesandbox.io/s/github/marmelab/react-admin/tree/master/examples/simple
Other information:
SelectInput without the resettable prop does not show this behavior.
Environment
The text was updated successfully, but these errors were encountered: