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 shows weird Values #293

Closed
tsinghammer opened this issue Jan 23, 2018 · 2 comments
Closed

Spinner shows weird Values #293

tsinghammer opened this issue Jan 23, 2018 · 2 comments
Assignees
Labels
Type: Bug Issue contains a defect related to a specific component.
Milestone

Comments

@tsinghammer
Copy link

tsinghammer commented Jan 23, 2018

Hi, we encountered a problem with the spinner control when using the steps property.
As long as the steps ar not too small, everything works fine.
However, when we set the step to 0.01 the Spinner control displays number like 999.999 instead of counting up/down.

Best regards,
Tassilo

@tsinghammer tsinghammer changed the title Spinner shows weired Values Spinner shows weird Values Jan 23, 2018
@mertsincan
Copy link
Member

Do you have initial value? Could you please attach a sample code for us?

@mertsincan mertsincan self-assigned this Jan 24, 2018
@mertsincan mertsincan added the Type: Bug Issue contains a defect related to a specific component. label Jan 24, 2018
@mertsincan mertsincan added this to the 1.4.1 milestone Jan 24, 2018
@tsinghammer
Copy link
Author

tsinghammer commented Jan 24, 2018

Hi, thanks for your reply.
The origninal code was a bit complicated as we create the controls dynamically.
While trying setup an example I realized that we were missing to pass the step prop all the way down. :-)
I still don't know where these weird values came from, but the spinner works just fine, my apologies.
This issue can be closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a defect related to a specific component.
Projects
None yet
Development

No branches or pull requests

2 participants