Options Format
I want to format the way my options are shown , I used getOptionLabelFromRecordUsing() but it is only working in single select but it doesnot work with multiple(). What can I use in multiple select to format my options label ?
7 Replies
->getOptionLabelsUsing
?Nope did not work.
This is my code and this is the respone
Is there a reason you can't use
->relationship()
? getOptionLabelFromRecordUsing()
is working with me with relationship()
relationship also has a query parameter so you can use your scope.The field is json saved llike this [1407,14283,6594,1007] so I cannot use relationship in this
@namrata_1999 Try this:
Thank you but this is messes up the search results. It formatted the options but the results of serach are not matching my search parameter