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
Hi, I am trying to add a comment to a field in my form, something like a help text. According to Wtforms, the description parameter should allow that but it does not seem to work in SQLAdmin.
This is what I've tried: form_args = {"active": {"description": "whether the user is active or inactive"}}
Any ideas if this should be working or what am I doing wrong?
Thank you
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I am trying to add a comment to a field in my form, something like a help text. According to Wtforms, the
description
parameter should allow that but it does not seem to work in SQLAdmin.This is what I've tried:
form_args = {"active": {"description": "whether the user is active or inactive"}}
Any ideas if this should be working or what am I doing wrong?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions