Optimize datetimepicker form validation events (fixes #726)

This commit is contained in:
Bernd Bestel
2020-04-12 18:41:23 +02:00
parent 73b3ad3b4c
commit 0327188125
3 changed files with 5 additions and 0 deletions

View File

@@ -32,6 +32,7 @@
### General & other improvements/fixes
- Fixed that all number inputs are always prefilled in the browser locale number format
- Fixed (again) that the `update.sh` file had wrong line endings (DOS instead of Unix)
- Optimized that sometimes the corresponding form was not validated when selecting a date from the datetimepicker
- New `config.php` setting `FEATURE_FLAG_STOCK_BEST_BEFORE_DATE_FIELD_NUMBER_PAD` which activates the number pad for best-before-date fields on (supported) mobile browsers (useful because of [shorthands](https://github.com/grocy/grocy#input-shorthands-for-date-fields)) (defaults to `true`) (thanks @Mik-)
- Enhancements for the camera barcode scanner (thanks @Mik-)
- The light button only displayed when the device has a flash light