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
{{ message }}
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.
…o the string modal value amitava82#95
Possible fix for issue - Show only one property but select complete object amitava82#92
File changed - multiselect.js
Changes made -
Calling the function getItemLabel(items,model) in function getHeaderText()
single select - button text is not mapped correctly to the string modal value
plnkr link - link2
Object -
options string -
"c.id as c.name for c in fruits"
Select "Orange" in 2nd dropdown. The model value is set correctly to 2, but the button text is set to "2" instead of "Orange"
The text was updated successfully, but these errors were encountered: