ng2-select
ng2-select copied to clipboard
autocomplete="false" not work on Microsoft Egde
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
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?
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.
Hi @baonguyenyam , Can you tell me how to resolve this issue? Thanks.