Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Mar 30, 2021
1 parent c0f8d95 commit 4d76f43
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 4d76f43

Please sign in to comment.