ng2-ui / auto-complete

Angular Auto Complete component and directive
https://ng2-ui.github.io/dist/#/auto-complete
MIT License
279 stars 123 forks source link

how to set max height of list ? #303

Closed suresh2018 closed 6 years ago

suresh2018 commented 6 years ago

how to set max height of list ?

pravinrahurkar-tudip commented 6 years ago

@suresh2018,

Please try this CSS:

ng2-auto-complete{ max-height: 150px; overflow-y: auto; }

suresh2018 commented 6 years ago

i try this already it's not working

suresh2018 commented 6 years ago

Angular 2 application . i m using ng2-auto-complete on the PopUp modal.

iamtracy commented 6 years ago

Worked for an Angular 4 (angular-cli) app by placing @pravinrahurkar-tudip code in style.scss, should work in style.css.

kavishsoam commented 5 years ago

i am facing this same problem, unable to set a minimum heigth to my autocomplete list. please help