How to customize useSelect hooks optionLabel with multiple value?
I have implemented useSelect hook on create form and which is working fine. But now there is an requirement to show the label with combining multiple field.
For eg:
I have a data as
Now I want my
For eg:
I have a data as
Now I want my
optionLabel to be the combination of title and code as E-business (3234), Virtual Invoice Avon (4232), and Unbranded (4232). Is there a way to achieve this?