Kibana: master
EUI: 23.3.1
According to the <input type="number"> specification step attribute supports "any" as a valid value. At the moment EuiFieldNumber accepts step prop of type number only. Besides TS complaining about the prop type, I also get warning in console Warning: Failed prop type: Invalid prop "step" of type "string" supplied to "EuiFieldNumber", expected "number".
Kibana: master
EUI: 23.3.1
According to the
<input type="number">specificationstepattribute supports"any"as a valid value. At the momentEuiFieldNumberacceptsstepprop of typenumberonly. 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".