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
For flexibility, we'd have to allow names further down the line override the value, rather than combining, so that you can replace values rather than just append.
Hello,
I have a form created with model_form of flask_mongoengine.wtf
I have a HTML
for which the TextArea widget correctly outputs
However all browsers are removing the extra class tag. It would be good to rewrite the html_params so that multiple class tags are combined into one.
expected output:
I am using
Thanks,
The text was updated successfully, but these errors were encountered: