Added typings, scroll to top when step is changed

This commit is contained in:
Erik Tiekstra
2021-11-12 10:51:29 +01:00
parent 8682ca963a
commit 7d18a696c4
6 changed files with 23 additions and 22 deletions
@@ -100,7 +100,6 @@ export class RadiobuttonGroupComponent implements ControlValueAccessor, AfterVie
checkForChange(rawValue: any): void {
const value = this._transformValue(rawValue);
console.log(value);
if (this._value !== value) {
if (this.onChange) {
this.onChange(value);