puck icon indicating copy to clipboard operation
puck copied to clipboard

Support helper/info text in fields

Open monospaced opened this issue 1 year ago • 3 comments

I have some use cases where it could be benefical to add some additonal information / help text to some fields, in order to guide the content author.

Not necessarily to this design (could even be a tooltip/title, although preference would be for always visible text):

Screenshot 2024-04-19 at 09 34 12

monospaced avatar Apr 19 '24 08:04 monospaced

yes, a field tooltip is a good addition.

gitawego avatar Jul 17 '25 07:07 gitawego

Hello guys, I have the same use case. What would work best for me is:

  • make the text react to changes in the field status

  • allow showing/hiding the text

Based on these requirements, I think the best solution would be to have a customizable render function in the field — something like renderDescription or renderHelpText — that gets called with the field state, so users can render whatever they want.

I’d be happy to work on this if someone could point me in the right direction.

dj-fiorex avatar Oct 15 '25 21:10 dj-fiorex

An alternative UX where the tooltip is hidden unless the user mouses over the "i" or "?" icon.

Image

mhan810 avatar Oct 23 '25 15:10 mhan810