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

EuiRange step property does not support decimals #1684

Closed
nreese opened this issue Mar 6, 2019 · 2 comments
Closed

EuiRange step property does not support decimals #1684

nreese opened this issue Mar 6, 2019 · 2 comments
Labels

Comments

@nreese
Copy link
Contributor

nreese commented Mar 6, 2019

The following throws an error but should be valid

<EuiRange
  min={.00}
  max={1.00}
  step={.05}
  showLabels
  showInput
  showRange
/>

screen shot 2019-03-05 at 7 47 18 pm

cc @thompsongl @chandlerprall

@cchaos
Copy link
Contributor

cchaos commented Mar 6, 2019 via email

@nreese nreese added the bug label Mar 6, 2019
@chandlerprall
Copy link
Contributor

Yep, this is the second failing functional test in the eui-update-in-kibana PR. I'll have an EUI fix for it tomorrow morning and is the last thing to get kibana updated.

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

No branches or pull requests

3 participants