Reputation: 1286
I'm using Chosen plugin and I got about 10 000 options in the dropdown. After user selects his option I want to reset chosen to it's default option. When liszt-update gets triggered it takes about 5 seconds for dropdown to render (as it contains so many options). Is there any way around it?
My code:
$('#chosen_orgs').val('0').trigger('liszt:updated');
Thanks.
Upvotes: 1
Views: 3730