Skip to content

Commit

Permalink
fix: update selector in value-accessor for ix-number-input (#1589)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Leroux <[email protected]>
  • Loading branch information
Johanneslueke and danielleroux authored Dec 2, 2024
1 parent 3e4394c commit ce681e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/giant-melons-worry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@siemens/ix-angular": patch
---

update selector in value-accessor for ix-number-input
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { NG_VALUE_ACCESSOR } from '@angular/forms';
import { ValueAccessor } from './value-accessor';

@Directive({
selector: 'ix-input,ix-number-field,ix-textarea-field',
selector: 'ix-input,ix-number-input,ix-textarea-field',
providers: [
{
provide: NG_VALUE_ACCESSOR,
Expand Down

0 comments on commit ce681e2

Please sign in to comment.