Set BOLD text inside a text input label

Hi All,
I am using an api that gather information to produce a service. I parse it
and the the process is working quite fine. However

In the massive text that i have as a response is including repetetive information like this
HEADERS:
This is the header info

DETAILS:
This is the header info

All text is set into one “input” text box (otherwise it wont be scrollable)
The Challenge is that i want the Word HEADERS and DETAILS (see above) to be in bold

Is there any best practice i can use? (So the Headers and Details are repetitive but with different texts)

Looking forward to hear your ideas… :smiley:

1 Like

The basic answer is:
Thunkable does not provide such a feature.

You can have a way by using the replace block and use a font-enhanced characters.

See this demo
https://x.thunkable.com/projectPage/608cf1340e1771001116dbd1

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.