Open hassan1709 opened 8 years ago
Hi, "allowClear" option is not working in my underconstruction new meteor 1.3 app. The rest of options I am using such as "multiple" works as expected. Also the "search" box works in others selects I have in my form.
Here is my code:
Template.startJob.onRendered(function(){ $(document).ready(function() { $(".select2").select2({ allowClear: true }); }); });
Thanks!!
Hi, "allowClear" option is not working in my underconstruction new meteor 1.3 app. The rest of options I am using such as "multiple" works as expected. Also the "search" box works in others selects I have in my form.
Here is my code:
Thanks!!