We have configured various cells in the grid for numeric editing and are enforcing the formatting on display and when the cell changes are saved.
However, we have noticed a significant difference in behavior between the editing behavior of Chromium browsers (Edge and Chrome) and Firefox: in Firefox, the user can enter any alpha character and a spinner is shown but in Chromium this is not the case.
Chromium:
Firefox
We think that it is important for our end users to not have a minor typo prevent entry of the data.
Is there any way for us to get Firefox to behave the same way that Chromium browsers do?
input[type="number"] { -moz-appearance: textfield; }