Skip to content

[igx-select] required attribute is always set to false #15989

@IvanKitanov17

Description

@IvanKitanov17
Contributor

Description

When setting the Validators.required in the Angular constructor, the aria-required attribute should change to "true", now it is only false no matter if the component is required or not. Similar to the following issue - #15837.

  • igniteui-angular version:
  • browser:

Expected result

When setting required the aria-required should correspond to whether the component has required state or not.

Metadata

Metadata

Assignees

Labels

🐛 bugAny issue that describes a bug♿ a11yWhen the issue or PR is related to accessibility✅ status: resolvedApplies to issues that have pending PRs resolving them, or PRs that have already merged.aria-supportselectSelect component

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    Participants

    @IvanKitanov17

    Issue actions

      [igx-select] required attribute is always set to false · Issue #15989 · IgniteUI/igniteui-angular