diff --git a/assets/publish.remote_selectbox.js b/assets/publish.remote_selectbox.js index 4d42219..5f83b7f 100644 --- a/assets/publish.remote_selectbox.js +++ b/assets/publish.remote_selectbox.js @@ -15,11 +15,6 @@ if (!!data && !!data.length) { var options = []; var selectedValue = t.attr('data-value'); - var required = ~~t.attr('data-required'); - - if (required) { - t.empty(); - } $.each(data, function (index, d) { var o = $('