-
- Downloads
[FIX] web: allow to use the hour:minute on mobile for FloatTimeField
Steps to reproduce
==================
- Use an android phone
- Go to Timesheets
- Click on Add a line
- Click on the Hours Spent input
The keyboard is missing the colon `:` symbol
It is then only possible the enter a time in the float format.
Cause of the issue
==================
The inputmode=decimal attribute prevents a user from entering a `:`
symbol
Note that this doesn't happen on IOS, since the inputmode is ignored for
other reasons.
opw-3278089
closes odoo/odoo#120697
Signed-off-by:
Aaron Bohy (aab) <aab@odoo.com>
Showing
- addons/web/static/src/views/fields/float_time/float_time_field.xml 1 addition, 1 deletion...b/static/src/views/fields/float_time/float_time_field.xml
- addons/web/static/tests/views/fields/float_time_field_tests.js 15 additions, 0 deletions...s/web/static/tests/views/fields/float_time_field_tests.js
Please register or sign in to comment