Commit ff0f4598 authored by David Stutz's avatar David Stutz

Merge pull request #551 from crowbarsolutions/dataprovider-mouseover

Fixed #547. Added text() for <option/> created from a dataprovider.
parents 9440fe36 95a3c282
...@@ -1263,6 +1263,7 @@ ...@@ -1263,6 +1263,7 @@
selected: !!option.selected, selected: !!option.selected,
disabled: !!option.disabled disabled: !!option.disabled
}); });
$tag.text(option.label || option.value);
} }
$select.append($tag); $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