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
Just wanted to let you know that there is (or may be) a bug that prevents a user from re-selecting an option in the
"selectlist-select". When I selected an option it went into the ul list. Then I removed it but could not reselect that option unless i selected something else first. therefore I did the following to prevent this:
Also, I set a default selected item called "Please select" which will always show when the page loads. If you notice the
"jQuery(".select-list").html("");" this causes the default option to not get shown as a selected item in the ul list.
The text was updated successfully, but these errors were encountered:
Just wanted to let you know that there is (or may be) a bug that prevents a user from re-selecting an option in the
"selectlist-select". When I selected an option it went into the ul list. Then I removed it but could not reselect that option unless i selected something else first. therefore I did the following to prevent this:
Also, I set a default selected item called "Please select" which will always show when the page loads. If you notice the
"jQuery(".select-list").html("");" this causes the default option to not get shown as a selected item in the ul list.
The text was updated successfully, but these errors were encountered: