Commit 95a3c282 authored by Crowbar Solutions's avatar Crowbar Solutions

Added text for options created using a dataprovider

Fixes mouseover text appearing blank for multiselects generated by dataprovider
parent 6367ced0
......@@ -1223,6 +1223,7 @@
selected: !!option.selected,
disabled: !!option.disabled
});
$tag.text(option.label || option.value);
}
$select.append($tag);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment