Add help texts to form elements
In Django, form elements support help texts. Help texts are different from placeholders and are rendered underneath the element itself, like this:
We should add support for help texts to translucent the following way:
-
Each form component has a help
attribute -
Is the help
attribute set, the help text is rendered in the component accordingly