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

Missing host attr.id in igx-select when using id with bracket-syntax #14579

Closed
yl-endress opened this issue Jul 24, 2024 · 0 comments · Fixed by #14584, #14585 or #14581
Closed

Missing host attr.id in igx-select when using id with bracket-syntax #14579

yl-endress opened this issue Jul 24, 2024 · 0 comments · Fixed by #14584, #14585 or #14581
Assignees
Labels
🐛 bug Any issue that describes a bug dropdown select Select component ✅ status: resolved Applies to issues that have pending PRs resolving them, or PRs that have already merged.

Comments

@yl-endress
Copy link

Description

When setting the id with bracket syntax "[id]", the host element doesn't get the ID attribute.

  • igniteui-angular version: 18.1.0
  • browser: Chrome

Steps to reproduce

<igx-select [disabled]="disableControls" [formControl]="invalidFormControl" id="myId2"></igx-select>

<igx-select [disabled]="disableControls" [formControl]="invalidFormControl" [id]="'myId'"></igx-select>

Result

The id "myId" is not in set as an igx-select attribute

Expected result

The id "myId" should be an igx-select attribute, as it is for "myId2"

Attachments

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Any issue that describes a bug dropdown select Select component ✅ status: resolved Applies to issues that have pending PRs resolving them, or PRs that have already merged.
Projects
None yet
3 participants