suppressed select form fields
VAN-80
This commit is contained in:
@@ -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 ) { %>
|
||||
|
||||
Reference in New Issue
Block a user