You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 9, 2024. It is now read-only.
There's been quite a few discussions that have come up in the past around how we're utilizing tooltips and whether they're necessary for input fields. The pattern we currently have and are using have either a label appended or just have the '?' icon. Both aren't really accessible and also looks a bit jarring when they're used in a lot of fields that are the same container. We have a few options to consider if we want to rethink this:
Completely remove the usage for tooltips on form fields and make labels and placeholders more apparent
Use helper texts but sparingly under form fields (like the ones we have in the Rays template builder)
Keep tooltips on on form fields but make them pop up on form wrapper hover
Task will include redesign and reimplementation on form fields that are currently using tooltips