studiobakers / react-ui-toolkit

Bakers Studio's React-based UI Toolkit
MIT License
15 stars 2 forks source link

Separate `NumberInput` from `Input` #148

Closed jamcry closed 2 years ago

jamcry commented 3 years ago

In the latest team meeting, we decided to separate NumberInput component from Input.

But this question still should be answered:

Should we also disallow users from passing type="number" to Input?