Hello, we are hoping to design a component that highlights the range of characters that a user has specified in a Search input field.
The desired effect would be similar to using the SPAN tag in HTML.
One workaround considered would be to split the search result, then reassemble different Labels inside a horizontal LayoutGroup, but that is less than desirable if there is another way to achieve this result.