Skip to content

Commit aa6bcd2

Browse files
authored
Merge pull request #131 from grycap/devel
Minor change
2 parents 390f7c9 + 4d76f43 commit aa6bcd2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/templates/input_types.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636

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

4242
<!-- select type -->
4343
<!-- https://github.com/select2/select2/issues/4220 -->

0 commit comments

Comments
 (0)