Material UI TextWidget does not set the step
attribute on the input element.
#2488
Closed
3 tasks done
Labels
Prerequisites
Description
The Material UI theme's
TextWidget
does not set thestep
attribute on the input element. This causes a bug in safari where floats are not valid inputs.Steps to Reproduce
Number
input elementExpected behavior
I would expect this behavior to be consistent with the unthemed
TextField
element, settingstep="any"
Actual behavior
The step attribute is not set.
Version
2.5.1
The text was updated successfully, but these errors were encountered: