suppressed select form fields

VAN-80
This commit is contained in:
adeelehsan
2020-10-06 10:52:22 +05:00
parent 67cddb7ce7
commit 07352b84ac

View File

@@ -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 ) { %>