You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should always get the decimal keyboard, even on iOS (currently not the case).
When we start editing and the initial value is 0, it should be cleared automatically.
We shouldn't allow the user to type 014 as a value.
We shouldn't allow the user to have many decimal seperator in the entered value.
I guess we could create our own numeric-input component and force the keyboard or something. We could check all entered char to see if they're allowed or not.
The text was updated successfully, but these errors were encountered:
Hauteur, serait-il possible de forcer l'entrer de caractère numériques seulement (Exemple, la ligne D.I.E. si on veut entre un valeur, seulement un clavier numérique est affiché, pourrait-on faire de même pour cette ligne?)
Hauteur vs DIE, il est possible d'entrer 014 (Mêtres ou Pieds) pour la hauteur, mais impossible d'entrer 014 pour le D.I.E. Est-ce 0k ainsi? Pourrait-on faire disparaître le 0 qui est affiché par défaut quand on entre une valeur à l'une ou l'autre de ces lignes?
014
as a value.I guess we could create our own numeric-input component and force the keyboard or something. We could check all entered char to see if they're allowed or not.
The text was updated successfully, but these errors were encountered: