Render labels beneath inputs when using render_field() #352
Unanswered
alenmeister
asked this question in
Q&A
Replies: 1 comment
-
I also would like this behaviour! I have tried a number of different approaches but none have worked. For example, I can set the The following creates the floating label but doesn't utilise bootstrap-flask (no validation).
The following puts the renders the label above the input breaking the floating label
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just recently implemented Bootstrap-Flask and love it so far. However, I always wrap my form fields in a div with class form-floating. And it seems to me like the current implementation renders the labels before inputs. Is there any way to change this behaviour?
Beta Was this translation helpful? Give feedback.
All reactions