Mercurial > lada > lada-client
diff app/view/widget/KoordinatenArt.js @ 1353:39dbdfa00c91
Do not allow arbitrary input for Koordinatenart.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Tue, 07 Feb 2017 16:06:08 +0100 |
parents | f772e70ff723 |
children | d52d4b55914b |
line wrap: on
line diff
--- a/app/view/widget/KoordinatenArt.js Tue Feb 07 15:04:45 2017 +0100 +++ b/app/view/widget/KoordinatenArt.js Tue Feb 07 16:06:08 2017 +0100 @@ -19,6 +19,7 @@ queryMode: 'local', triggerAction: 'all', typeAhead: false, + forceSelection: true, tpl: Ext.create("Ext.XTemplate", '<tpl for="."><div class="x-combo-list-item x-boundlist-item" >' + '{idfGeoKey} - {koordinatenart}</div></tpl>'),