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

[IxSelect] Form validation styles are broken #1290

Open
2 tasks done
tiagogviegas opened this issue May 22, 2024 · 1 comment
Open
2 tasks done

[IxSelect] Form validation styles are broken #1290

tiagogviegas opened this issue May 22, 2024 · 1 comment
Labels
type: bug Something isn't working Workflow: In progress Issue will be part of the next release

Comments

@tiagogviegas
Copy link

Prerequisites

  • I have read the Contributing Guidelines.
  • I have not leaked any internal/restricted information like screenshots, videos, code snippets, links etc.

What happened?

IxSelect component form validation styling is broken.
Error message styling is different from input element.

image

What type of frontend framework are you seeing the problem on?

JavaScript

Which version of iX do you use?

v2.2.1

Code to produce this issue.

<form class="was-validated" style="width: 400px">
    <div style="margin-bottom: 24px">
      <input type="text" class="is-invalid" />
      <div class="invalid-feedback">Error Message</div>
    </div>

    <div>
      <ix-select class="is-invalid" style="width: 100%">
        <ix-select-item class="" label="Option 1" value="1"></ix-select-item>
        <ix-select-item class="" label="Option 2" value="2"></ix-select-item>
      </ix-select>
      <div class="invalid-feedback">Error Message</div>
    </div>
</form>
@tiagogviegas tiagogviegas added the triage We discuss this topic in our internal weekly label May 22, 2024
@matthiashader matthiashader added Workflow: In progress Issue will be part of the next release type: bug Something isn't working Workflow: Issue created JIRA issue is created and will be analyzed and removed triage We discuss this topic in our internal weekly labels May 28, 2024
Copy link
Contributor

github-actions bot commented May 29, 2024

🤖 Hello @tiagogviegas

Your issue will be analyzed and is part of our internal workflow.
To get informed about our workflow please checkout the Contributing Guidelines

JIRA: IX-903

@matthiashader matthiashader removed the Workflow: Issue created JIRA issue is created and will be analyzed label May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working Workflow: In progress Issue will be part of the next release
Projects
None yet
Development

No branches or pull requests

2 participants