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

Add attribute autocomplete #306

Closed rsaenen closed 6 years ago

rsaenen commented 6 years ago

Hi, I added the attribute autocomplete which prevent browser to display a autofill list (and hide the ng-ui list autocomplete) as chrome ignore the form tag autocomplete attribute.

I also fixed the name of module and directives of Material Design. Exemple: MdInputModule -> MatInputModule

rsaenen commented 6 years ago

When could you publish these updates ? Just a question, why don't you use ng-packagr and angular-cli ? It's very usefull.

rsaenen commented 6 years ago

Can you publish and update dependencies to be compatible with angular 5 ?