We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 390f7c9 + 4d76f43 commit aa6bcd2Copy full SHA for aa6bcd2
1 file changed
app/templates/input_types.html
@@ -36,8 +36,8 @@
36
37
<!-- ports text type -->
38
{% 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 -->
+ <input type="text" class="form-control" id="{{key}}" name="{{key}}" value="{{value.default}}" pattern="^[0-9]+(,[0-9]+)*$">
+ <!-- end ports text type -->
41
42
<!-- select type -->
43
<!-- https://github.com/select2/select2/issues/4220 -->
0 commit comments