Merge pull request #25257 from edx/aehsan/van-80/suppressed_select_fields_in_logistratoin_form

suppressed select field for logistration forms
This commit is contained in:
adeelehsan
2020-10-06 14:41:49 +05:00
committed by GitHub

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