hellomdb pro asked 5 years ago


Whom it may concern, I am using Mega Menu and I would like to use search form with auto complete. How do I make input with autocomplete? If I use "mdb-autocomplte" the height of mega menu will be increment and looks not nice.
<!-- Search form -->
<form class="form-inline waves-light" mdbWavesEffect>
<div class="md-form mt-0">
<input class="form-control mr-sm-2" type="text" placeholder="Search">
</div>
</form>
Thank you

Arkadiusz Idzikowski staff answered 5 years ago


Dear hellomdb, You would need to remove margin from mdb-autocomplete element:
.completer-holder {

margin: 0;

}
Regards,
Arek


Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Resolved

Specification of the issue

  • ForumUser: Pro
  • Premium support: No
  • Technology: MDB Angular
  • MDB Version: 6.2.3
  • Device: desktop
  • Browser: chrome
  • OS: windows
  • Provided sample code: No
  • Provided link: No