Skip to content

Commit

Permalink
#26 Switched to using readonly instead of disabled for field
Browse files Browse the repository at this point in the history
  • Loading branch information
mcartmel committed Apr 30, 2018
1 parent b99eafa commit b65cb1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Frontend/content/templates.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
<!-- range -->
<!-- field -->
<xsl:template match="field">
<div><form><input class="form-control" data-arg-source="this" data-event="{@event}" disabled="true"/></form></div>
<div><form><input class="form-control" data-arg-source="this" data-event="{@event}" readonly="true"/></form></div>
</xsl:template>
<!-- field -->
<!-- meter -->
Expand Down

0 comments on commit b65cb1e

Please sign in to comment.