Esri / geoform-template-js

GeoForm is a configurable template for form based data editing of a Feature Service.
http://esri.github.io/geoform-template-js/
Apache License 2.0
67 stars 83 forks source link

Use field label in viewer rather than key #499

Closed randybondsjr closed 8 years ago

randybondsjr commented 8 years ago

Suggestion: Change viewer.js Line 1230 from innerHTML: key to
innerHTML: currentfield.label

driskull commented 8 years ago

thanks @randybondsjr