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

Combobox inside Form doesnt work well when validation errors occur #186

Open
2 tasks
chunteck opened this issue Oct 16, 2023 · 0 comments
Open
2 tasks

Combobox inside Form doesnt work well when validation errors occur #186

chunteck opened this issue Oct 16, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@chunteck
Copy link

Prerequisites

Describe the issue

If i have a Combobox and Form.Control.Feedback inside a Form.Group, when there are validation errors, the Feedback is unable to display the errors properly

<Form.Group props...>
     <Combobox props... />
     <Form.Control.Feedback type="invalid">
          <span>some err</span>
     </Form.Control.Feedback>
</Form.Group>

What operating system(s) are you seeing the problem on?

macOS

What browser(s) are you seeing the problem on?

Chrome

Describe your frontend stack. What version of React and @govtechsg/sgds-react are you using? CSR or SSR?

2.2.1

@chunteck chunteck added the bug Something isn't working label Oct 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant