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
If you place HTML inside of the text attribute of the SelectItem it will display the raw HTML code on the selected item when multiple selections are enabled. I recommend a separate template attribute on SelectItem that supports an angular template. The template would be used to render the list items when available and the existing text would be displayed (escaped) as a fallback and for selected items in multiple selection mode.
The text was updated successfully, but these errors were encountered:
We should be able to pass an optional parameter called value along with text. Value would be set as the selected item in case its passed in. Should be an easy change to make. Is the correct way to fork this and modify or ask for access to this project as a contributor and make a change?
If you place HTML inside of the
text
attribute of the SelectItem it will display the raw HTML code on the selected item when multiple selections are enabled. I recommend a separatetemplate
attribute on SelectItem that supports an angular template. Thetemplate
would be used to render the list items when available and the existingtext
would be displayed (escaped) as a fallback and for selected items in multiple selection mode.The text was updated successfully, but these errors were encountered: