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

Spinner Bug #14

Open
Rodolfo-XDR opened this issue Jun 27, 2020 · 0 comments
Open

Spinner Bug #14

Rodolfo-XDR opened this issue Jun 27, 2020 · 0 comments

Comments

@Rodolfo-XDR
Copy link

Rodolfo-XDR commented Jun 27, 2020

When you set a spinner with typescript, it doesn't update.

You can set it at first, but when manipulating or want to reset the value on same page, it doesn't change.

Model changes the value, but doesn't visually.

EDIT ---------------

I tried, using my ngModel as string and see if I could set the number back in, but then this popped up

image

EDIT -----------------

I see the problem, you cannot to this:

this.spinnerValue = 0;

This will not set the spinner to 0 VISUALLY, but if you set it to another positive number you will see it.

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

No branches or pull requests

1 participant