Dariusz
Results
11
comments of
Dariusz
trafficstars
Hi @daweedm @leo00723 as a workaround You can create wrapper for NumericKeyboard which utilizes ControlValueAccessor something like this simple example : ``` type PropagateChange = (value: number) => number; @Component({...