Feature Request: Add allowHtml() to ModalTableSelect #16807
Closed
rhiannonjourney
started this conversation in
Ideas
Replies: 1 comment
-
Nvm, just saw #16784 got merged. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, when using a regular Select we can chain
->allowHtml()
and then the option labels can contain HTML displayed to the user.It would be nice to have this ability with the ModalTableSelect also. I want to use
getOptionLabelFromRecordUsing()
and have it return some HTML but as of now it displays the HTML code instead of rendering it.Beta Was this translation helpful? Give feedback.
All reactions