-
-
Notifications
You must be signed in to change notification settings - Fork 190
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
How to add icon to submit button? #209
Comments
This works, but I hope it can be done in a shorter way
|
If there is no alternative way or supporting this in our implementation, okay I add this to our documentation? |
@PanderMusubi It is documented here: https://bootstrap-flask.readthedocs.io/en/stable/macros/#render-icon Please add support for overriding bootstrap-flask/flask_bootstrap/templates/base/utils.html Lines 13 to 21 in ed59d2a
|
I have a form with
and a template with
which renders to
but I want the search icon on the submit button instead of the text
Search
. Anybody know how to do this? Thanks.The text was updated successfully, but these errors were encountered: