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-select is not working inside forms #1431

Open
2 tasks done
ManasaKrishna509 opened this issue Aug 14, 2024 · 0 comments
Open
2 tasks done

ix-select is not working inside forms #1431

ManasaKrishna509 opened this issue Aug 14, 2024 · 0 comments
Labels
type: enhancement New feature or request Workflow: In progress Issue will be part of the next release

Comments

@ManasaKrishna509
Copy link

Prerequisites

  • I have read the Contributing Guidelines.
  • I have not leaked any internal/restricted information like screenshots, videos, code snippets, links etc.

What happened?

"form-control" in ix-select is not working in the latest version of 2.4.0.
in before version of ix "2.0.4" of IX , "form-control" was working in ix-select but on the latest version it stopped working.

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

Angular

Which version of iX do you use?

2.4.0

Code to produce this issue.

<ix-select
  [formControlName]="name">
  <ix-select-item
    *ngFor="let value of valueofdata"
    [label]="value"
    [value]="value"></ix-select-item>
</ix-select>
@ManasaKrishna509 ManasaKrishna509 added the triage We discuss this topic in our internal weekly label Aug 14, 2024
@danielleroux danielleroux added type: enhancement New feature or request Workflow: In progress Issue will be part of the next release and removed triage We discuss this topic in our internal weekly labels Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement New feature or request Workflow: In progress Issue will be part of the next release
Projects
None yet
Development

No branches or pull requests

2 participants