Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance the numerical value edition in the mobile application #254

Open
iamkinetic opened this issue Oct 31, 2018 · 2 comments
Open

Enhance the numerical value edition in the mobile application #254

iamkinetic opened this issue Oct 31, 2018 · 2 comments

Comments

@iamkinetic
Copy link
Member

  • 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.

@iamkinetic
Copy link
Member Author

iamkinetic commented Oct 31, 2018

See #228.

  • 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?

@iamkinetic
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant