💡 Proposal - Number input component #2160
Labels
needs review
Proposal/bug that needs to be reviewed by maintainers
proposal
stale
Used to mark when there was no activity for a set period of time
Forma 36 contribution proposal
The problem
We provide only native input with
type="number"
. But due to different browsers' implementation and known issue with ReactonChange
callback (facebook/react#6556) it's worth replicating the native number input logic withinput type="text"
.The proposed solution
Create a separate Number component that will replicate native number input validation and a11y controls.
We've already implemented it in our
field-editor-number
:contentful/field-editors#1203
Breaking changes
NO.
The text was updated successfully, but these errors were encountered: