Skip to content

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

@yl-endress

Description

@yl-endress

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

Metadata

Metadata

Labels

🐛 bugAny issue that describes a bug✅ status: resolvedApplies to issues that have pending PRs resolving them, or PRs that have already merged.dropdownselectSelect component

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions