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
Hi @eaglebush, and anyone having the same issue. You need to override display for the awesomplete div which wraps the input. .form-group is in Bootstrap 4 but the following should work just the same (using Bootstrap 5):
/* Override awesomplete default style to match Bootstrap's block inputs */
.awesomplete {
display: block;
}
Hi,
My bootstrap form group default style is like this:
With Awesomeplete applied, it becomes this:
Is there a workaround with this?
Thanks for being Awesome!
The text was updated successfully, but these errors were encountered: