Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

onChangeStart event doesn't return value #161

Open
artakpoghosyan1 opened this issue Jan 28, 2021 · 1 comment
Open

onChangeStart event doesn't return value #161

artakpoghosyan1 opened this issue Jan 28, 2021 · 1 comment

Comments

@artakpoghosyan1
Copy link

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

Screen Shot 2021-01-29 at 12 52 14 AM

@morelgarisi
Copy link

is there any solution here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants