Skip to content

Commit

Permalink
Merge pull request #131 from grycap/devel
Browse files Browse the repository at this point in the history
Minor change
  • Loading branch information
micafer authored Mar 30, 2021
2 parents 390f7c9 + 4d76f43 commit aa6bcd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/templates/input_types.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@

<!-- ports text type -->
{% elif value.tag_type == "ports" %}
<input type="hidden" class="form-control" id="{{key}}" name="{{key}}" value="{{value.default}}" pattern="^[0-9]+(,[0-9]+)*$">
<!-- end hidden text type -->
<input type="text" class="form-control" id="{{key}}" name="{{key}}" value="{{value.default}}" pattern="^[0-9]+(,[0-9]+)*$">
<!-- end ports text type -->

<!-- select type -->
<!-- https://github.com/select2/select2/issues/4220 -->
Expand Down

0 comments on commit aa6bcd2

Please sign in to comment.