I found a bug, that the Number Input Component is not reacting to the OnChange Method instandly, but reather only after you click outside the window.
For the Text Input Component (and many others) this also works if you make changes without clicking outside the window after you changed the value.
you can reproduce the issue, when you DO NOT USE the stepper button or arrow keys.
If you just change the value by entering the number via the keyboard, that the onChange Method does not work.
Thanks for the +1s This request is still in our queue, but it isn't currently being prioritized. I'd still recommend writing up a custom React component if you need a workaround in the meantime.
Hi @Tess - Not sure if this is related to the same issue, but with the number input, when a change is made, there is an annoying flicker back to the previous value before settling on the new value entered. It happens quickly, within a few hundred milliseconds, but is noticeable with larger numbers. The issue is not present on the editable number component, just the number input component.