Completion styling

Hi,

Say in my autocompletion logic, I have a Completion that has a label with string value: “one two three”. I can currently style it using the type property on Completion. But this styles the whole string in the autocompletion as the css will style the whole string.

Is there any way that I can style the particular words in the string so that “one” “two” and “three” are different colours / styles but on a single Completion line in the autocompletions dialog.

You can try this demo to help you understand what I mean. Demo

Thank you

No, that’s not possible.

1 Like

Thanks for getting back to me