Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

addon_before and small size #128

Open
fmatray opened this issue Jan 2, 2019 · 0 comments
Open

addon_before and small size #128

fmatray opened this issue Jan 2, 2019 · 0 comments
Assignees
Labels

Comments

@fmatray
Copy link

fmatray commented Jan 2, 2019

Hello,
This code don't show correctly.
{% bootstrap_field field layout="inline" addon_before=somelabel size="small" %}

Inputs are corrects sur the div's class in "input-group" and not "input-group input-group-sm"

there is a mission option in renderer.py
html = '<div class="**input-group**">{before}{html}{after}</div>'.format( before=self.make_input_group_addon( self.addon_before_class, "input-group-prepend", self.addon_before ), after=self.make_input_group_addon( self.addon_after_class, "input-group-append", self.addon_after ), html=html,

@dyve dyve self-assigned this Apr 22, 2020
@dyve dyve added the bug label May 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants