Skip to content

Resolve "Configuration Page crashes when trying to insert 50,5 as lat value on the map"

Nils Brinckmann requested to merge 9-fix-non-numeric-input-in-location into master

Fixes #9 (closed)

The input values are now transformed to numeric values via Vue's .number-modifier (https://vuejs.org/v2/guide/forms.html#number). Entering a value like 50,012 results in the value 50.012 and is now valid.

Edited by Nils Brinckmann

Merge request reports