Skip to content

Commit

Permalink
Merge pull request #6 from anomalylabs/bug-step-is-required
Browse files Browse the repository at this point in the history
Step is required...
  • Loading branch information
RyanThompson authored Sep 1, 2016
2 parents 42b180d + 33c5076 commit b95e209
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/views/input.twig
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<input
type="number"
class="form-control"
step="any"
name="{{ field_type.input_name }}"
data-decimals="{{ field_type.config.decimals }}"
placeholder="{{ trans(field_type.placeholder) }}"
Expand Down

0 comments on commit b95e209

Please sign in to comment.