Open artakpoghosyan1 opened 3 years ago
There are 3 events
onChange?(value: number): void; onChangeComplete?(value: number): void; onChangeStart?(value: number): void;
only onChange returns value the other ones return class instance
onChange
is there any solution here?
There are 3 events
only
onChange
returns value the other ones return class instance