-
Notifications
You must be signed in to change notification settings - Fork 841
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
EuiFieldNumber should allow step attribute with "any" value #3550
Labels
Comments
Action: allow the string |
Hey, I'd like to work on this issue |
Go for it! |
@chandlerprall @cchaos Is this okay?
|
Yes, that looks great. Go ahead and create a PR! |
This was referenced Jun 4, 2020
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Kibana: master
EUI: 23.3.1
According to the
<input type="number">
specificationstep
attribute supports"any"
as a valid value. At the momentEuiFieldNumber
acceptsstep
prop of typenumber
only. Besides TS complaining about the prop type, I also get warning in consoleWarning: Failed prop type: Invalid prop "step" of type "string" supplied to "EuiFieldNumber", expected "number".
The text was updated successfully, but these errors were encountered: