Skip to content
New issue

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

SelectArrayInput label is crossed by topBorder of the input #8498

Closed
JasonStrazisar opened this issue Dec 13, 2022 · 2 comments
Closed

SelectArrayInput label is crossed by topBorder of the input #8498

JasonStrazisar opened this issue Dec 13, 2022 · 2 comments
Labels

Comments

@JasonStrazisar
Copy link

What you were expecting:
I want the SelectArrayInput design to be the same as the SelectInput:
SelectInput

What happened instead:
The top border of the SelectArrayInput cross the InputLabel:
SelectArrayInput

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:

  • React-admin version: 4.6.1
  • Last version that did not exhibit the issue (if applicable): 3.19
  • React version: 17.0.2
  • Browser: Chrome and Firefox
@slax57 slax57 added the bug label Dec 13, 2022
@slax57
Copy link
Contributor

slax57 commented Dec 13, 2022

Thanks for submitting this.
This issue is currently being addressed by #8465

@slax57
Copy link
Contributor

slax57 commented Mar 24, 2023

Fixed by #8705

@slax57 slax57 closed this as completed Mar 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants