Skip to content

Commit

Permalink
Added support for append/prepend to number field
Browse files Browse the repository at this point in the history
  • Loading branch information
rhukster committed Apr 18, 2017
1 parent c5902ed commit 9d833e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/forms/fields/number/number.html.twig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends "forms/field.html.twig" %}
{% extends "forms/fields/text/text.html.twig" %}

{% block input_attributes %}
type="number"
Expand Down

0 comments on commit 9d833e8

Please sign in to comment.