valor-software / ng2-select

Angular based replacement for select boxes
http://valor-software.github.io/ng2-select/
MIT License
675 stars 587 forks source link

autocomplete="false" not work on Microsoft Egde #869

Open baonguyenyam opened 7 years ago

baonguyenyam commented 7 years ago

Hi all!

I found 1 bug on ng2-select, we can not disable autocomplete on Microsoft Egde by autocomplete="false" so I change source from autocomplete="false" to autocomplete="off" It's work OK

Thanks

jballe commented 6 years ago

According to https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input that should also be the right value. I get similar errors in Google Canary. Do you want a merge request for this?

optimistex commented 6 years ago

Hi there! I have continued to develop the project in my fork: https://github.com/optimistex/ngx-select-ex Try it.

The general maintainers of the project ng2-select have no activity. And all pull requests are ignored, check it yourself.

lnvtphu commented 6 years ago

Hi @baonguyenyam , Can you tell me how to resolve this issue? Thanks.