diff app/view/widget/base/NumberField.js @ 1284:faecbb446a04

Ortserstellung: new Messpunkt from map, clone or form functional, still needs error handling and layout
author Maximilian Krambach <mkrambach@intevation.de>
date Tue, 24 Jan 2017 12:58:26 +0100
parents c63acd44f8ca
children
line wrap: on
line diff
--- a/app/view/widget/base/NumberField.js	Wed Jan 18 16:03:40 2017 +0100
+++ b/app/view/widget/base/NumberField.js	Tue Jan 24 12:58:26 2017 +0100
@@ -25,6 +25,7 @@
             name: this.name,
             msgTarget: 'none',
             allowDecimals: this.allowDecimals,
+            decimalPrecision: this.decimalPrecision || 2,
             maxLength: this.maxLength || 1000,
             enforceMaxLength: this.enforceMaxLength || true,
             fieldLabel: this.fieldLabel,

http://lada.wald.intevation.org