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
Form fields currently accept a description that is expected to be a single line. Sometimes we need an extended description spanning paragraphs. This can't be displayed inline and will be a pop-up.
This needs two things:
All Field classes offered by Baseframe should accept an extended_description or long_description parameter. Possible values: markup text, name of template to render, or URL that will supply the content. This is because the description may require non-textual content like icons and images.
render_field should render the field with an icon indicating extra content is available. This should show a tooltip or popup with the content.
The text was updated successfully, but these errors were encountered:
Form fields currently accept a description that is expected to be a single line. Sometimes we need an extended description spanning paragraphs. This can't be displayed inline and will be a pop-up.
This needs two things:
All Field classes offered by Baseframe should accept an
extended_description
orlong_description
parameter. Possible values: markup text, name of template to render, or URL that will supply the content. This is because the description may require non-textual content like icons and images.render_field
should render the field with an icon indicating extra content is available. This should show a tooltip or popup with the content.The text was updated successfully, but these errors were encountered: