Skip to content
Snippets Groups Projects
Commit 07352b84 authored by adeelehsan's avatar adeelehsan
Browse files

suppressed select form fields

VAN-80
parent 67cddb7c
Branches
Tags release-2020-10-02-11.03
No related merge requests found
......@@ -21,7 +21,7 @@
<% } %>
<% if ( type === 'select' ) { %>
<select id="<%- form %>-<%- name %>"
<select data-hj-suppress id="<%- form %>-<%- name %>"
name="<%- name %>"
class="input-inline"
<% if ( instructions ) { %>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment