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

Checkbox input is not displayed without label #802

Open
viktorhajer opened this issue Oct 4, 2023 · 2 comments · May be fixed by #1318
Open

Checkbox input is not displayed without label #802

viktorhajer opened this issue Oct 4, 2023 · 2 comments · May be fixed by #1318
Labels
Workflow: Issue created JIRA issue is created and will be analyzed

Comments

@viktorhajer
Copy link

What happened?

It is mandatory to have label next to the checkbox in order to display it.

Workaround: it can be empty (but inconvenient to use).

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

Angular

Which version of iX do you use?

v2.0.1

Code to produce this issue.

<!-- Checkbox is displayed-->
<div>
  <input type="checkbox" /><label></label>
</div>

<!-- Not displayed-->
<div>
  <input type="checkbox" />
</div>
@viktorhajer viktorhajer added the triage We discuss this topic in our internal weekly label Oct 4, 2023
@danielleroux danielleroux added Workflow: Issue created JIRA issue is created and will be analyzed and removed triage We discuss this topic in our internal weekly labels Jan 26, 2024
@danielleroux
Copy link
Collaborator

danielleroux commented Jan 26, 2024

Internal ref [IX-838]

@andreas-mucha
Copy link

Any timeline on this issue? This is currently an obstacle for an application using JSONforms that we are building.

@matthiashader matthiashader linked a pull request Aug 20, 2024 that will close this issue
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Workflow: Issue created JIRA issue is created and will be analyzed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants