squaredev-io / matte

Matte is a UI component library on top of MUI and other react libraries.
https://squaredev-io.github.io/matte/?path=/docs
Apache License 2.0
18 stars 2 forks source link

TextField component should accept inputProps #112

Closed awareness481 closed 2 years ago

awareness481 commented 2 years ago

<TextField /> should accept props that are valid <input> attributes. .e.g

<TextField type="number" min="0" max="0" step="0.01" />

In this example, min max`step aren't currently accepted as valid props