Closed awareness481 closed 2 years ago
<TextField /> should accept props that are valid <input> attributes. .e.g
<TextField />
<input>
<TextField type="number" min="0" max="0" step="0.01" />
In this example, min max`step aren't currently accepted as valid props
min
`step
<TextField />
should accept props that are valid<input>
attributes. .e.gIn this example,
min
max`step
aren't currently accepted as valid props