Davin
August 21, 2023, 9:02am
1
Hello,
For nearly every component, one can add a label using the "Addon" option in the sidebar. However, it appears that this functionality is not available for the tags component.
I would greatly appreciate it if this simple feature could be added.
Kind regards,
Davin
A workaround is to add a label component (which does not yet exist). You can simulate a label component this way:
Sometimes you want to put a field label somewhere other than Retool wants you to. You can hide the Label, but how to make a new one that looks just like the other labels on your app?
There is no Label Component.
You can't use a Text component as no markdown quite matches.
Use an HTML component like this: <span style="font-weight:500">Your label here</span>
[image]
That way you can do tricks like simulating a top label position but put something next to the label:
[image]
1 Like