InputNumber step buttons appear but don't increment/decrement value with FormControl #12803
-
IssueThe increment/decrement step buttons on Environment
Current ImplementationI'm using @component({ private readonly cdr = inject(ChangeDetectorRef); private onChange: (value: number | null) => void = () => {}; constructor() { writeValue(value: number | null): void { // ... other CVA methods When clicking the increment/decrement buttons:
Actual Behavior
What I've Tried
Key FindingThe step buttons work correctly when using <input <input Looking at the Questions
Minimal Reproductionescript Value: {{ control.value }} ` |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
it‘s resolved I was missing provideEventPlugins() in main |
Beta Was this translation helpful? Give feedback.
it‘s resolved I was missing provideEventPlugins() in main