You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had a scenario where I had to call your function on a select that was dynamically created. The first choice in the select was "Please choose an option".
I removed that option before calling your function with this:
$("#size").find("option").eq(0).remove();
Here is my UI for clothing. Your code is fantastic. Thank you.
The text was updated successfully, but these errors were encountered:
ibrent
changed the title
two ideas : auto remove first choice & remove clear button
idea : auto remove first choice
Mar 16, 2018
ibrent
changed the title
idea : auto remove first choice
idea : provide boolean to remove first choice
Mar 16, 2018
Cool control, i am also using it. In my case i ensured that the first option is empty : and then modified the js file to ensure the list items are added if there is a value in the option. see snippet below:
I had a scenario where I had to call your function on a select that was dynamically created. The first choice in the select was "Please choose an option".
I removed that option before calling your function with this:
$("#size").find("option").eq(0).remove();
Here is my UI for clothing. Your code is fantastic. Thank you.
The text was updated successfully, but these errors were encountered: