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
The example shows that, currently, creating a new data-subtext attribute on the underlying select element and calling refresh will cause the new sub-text value to be displayed. However, changing or removing an existing data-subtext attribute will not cause the sub-text value to update appropriately.
The text was updated successfully, but these errors were encountered:
Calling $(...).selectpicker("refresh") will add new data-subtext values but not update existing values or remove values.
I have created a simple example in jsFiddle to demonstrate this behavior: http://jsfiddle.net/ChrisNielsen/pvT8Q/
The example shows that, currently, creating a new data-subtext attribute on the underlying select element and calling refresh will cause the new sub-text value to be displayed. However, changing or removing an existing data-subtext attribute will not cause the sub-text value to update appropriately.
The text was updated successfully, but these errors were encountered: