nobt-io / frontend

Frontend of nobt.io.
https://nobt.io
GNU General Public License v3.0
10 stars 4 forks source link

Bug fix for money input on 'Add-Bill'-screen #77

Closed thomaseizinger closed 7 years ago

thomaseizinger commented 7 years ago

This blog post (https://www.ctrl.blog/entry/html5-input-number-localization) shows a way on how to make all browsers more or less consistent in the way they handle number inputs. By specifying the locale of the input field, Firefox now accepts comma separated values as well.

Fixes #62.