[FIX][IMP][web_decimal_numpad_dot] Support float time

- All Char widgets were getting affected by this behavior.
- Time float widgets now get ":" instead of "," or ".".
- Little code refactor.
- Only detect numpad dot, not normal dot and comma.
This commit is contained in:
Jairo Llopis
2017-09-07 15:10:41 +02:00
committed by David
parent aa1043ce90
commit 9a730cdf02
3 changed files with 32 additions and 22 deletions

View File

@@ -40,6 +40,7 @@ Contributors
* Oliver Dony <@odony>
* Wim Audenaert <Wim.Audenaert@ucamco.com>
* David Vidal <david.vidal@tecnativa.com>
* Jairo Llopis <jairo.llopis@tecnativa.com>
Maintainer
----------