We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What you were expecting: I want the SelectArrayInput design to be the same as the SelectInput:
What happened instead: The top border of the SelectArrayInput cross the InputLabel:
Related code:
<RaReferenceArrayInput {...props} required source="customers" reference="customers" filter={{ ignoreCustomerFilter: true }} perPage={2000} > <RaSelectArrayInput optionText="name" fullWidth /> </RaReferenceArrayInput>
Or simply
<RaSelectArrayInput source="source" choice={[...choices]}/>
Other information:
The text was updated successfully, but these errors were encountered:
Thanks for submitting this. This issue is currently being addressed by #8465
Sorry, something went wrong.
SelectArrayInput
Fixed by #8705
No branches or pull requests
What you were expecting:

I want the SelectArrayInput design to be the same as the SelectInput:
What happened instead:

The top border of the SelectArrayInput cross the InputLabel:
Related code:
Or simply
Other information:
The text was updated successfully, but these errors were encountered: