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

ix-dropdown-item dispatching events with property disabled #366

Closed
danielleroux opened this issue Feb 8, 2023 · 0 comments · Fixed by #390
Closed

ix-dropdown-item dispatching events with property disabled #366

danielleroux opened this issue Feb 8, 2023 · 0 comments · Fixed by #390
Assignees
Labels
type: bug Something isn't working
Milestone

Comments

@danielleroux
Copy link
Collaborator

What happened?

  • <ix-dropdown-item disabled> dispatch DOM events
  • <ix-dropdown-item disabled icon="bulb"> icon is not disabled in disable state

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

Angular, React, JavaScript

Which version of iX do you use?

v1.3.0

Code to produce this issue.

<ix-button id="trigger">Trigger</ix-button>
<ix-dropdown>
  <ix-dropdown-item disabled label="Test" icon="bulb"></ix-dropdown-item>
</ix-dropdown>
@danielleroux danielleroux added type: bug Something isn't working component: core labels Feb 8, 2023
@danielleroux danielleroux added this to the next-release milestone Feb 8, 2023
@github-project-automation github-project-automation bot moved this to Jour Fix in Siemens iX Feb 9, 2023
@danielleroux danielleroux moved this from Jour Fix to Accepted in Siemens iX Feb 9, 2023
@goncalosard goncalosard self-assigned this Feb 16, 2023
@nuke-ellington nuke-ellington moved this from Accepted to In Progress in Siemens iX Feb 20, 2023
@danielleroux danielleroux modified the milestones: 1.5.0, 1.4.0 Feb 22, 2023
@github-project-automation github-project-automation bot moved this from In Progress to Done in Siemens iX Feb 23, 2023
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
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants