Topic: Megamenu
hellomdb pro asked 6 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
Add comment
Arkadiusz Idzikowski staff answered 6 years ago
Dear hellomdb,
You would need to remove margin from mdb-autocomplete element:
.completer-holder { margin: 0; }
Regards,
Arek
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