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
Is there a good way to use bootstrap-datepicker or SelectDateWidget with django-bootstrap-form?
I can use from django.forms.extras.widgets import SelectDateWidget and get the field to render, but it renders as three stacked items. I want a horizontal display which is the way it renders if I user {{form}} instead of {{form|bootstrap}}
Anyone know of an elegant (and easy) way to accomplish this?
Sincerely,
Alan Viars
The text was updated successfully, but these errors were encountered:
Is there a good way to use bootstrap-datepicker or SelectDateWidget with django-bootstrap-form?
I can use
from django.forms.extras.widgets import SelectDateWidget
and get the field to render, but it renders as three stacked items. I want a horizontal display which is the way it renders if I user{{form}}
instead of{{form|bootstrap}}
Anyone know of an elegant (and easy) way to accomplish this?
Sincerely,
Alan Viars
The text was updated successfully, but these errors were encountered: