angular-ui / ui-select

AngularJS-native version of Select2 and Selectize
MIT License
3.26k stars 1.81k forks source link

ui-select breaks chrome autofill #1373

Open eliasre opened 8 years ago

eliasre commented 8 years ago

When using ui-select in an address form (replacing country select), issueas appear with chromes autofill. My form contains fields for name, address, zip, etc. If i include a ui-select element with name="country", I am unable to select any autofill address profiles from any of the connected input fields. I am still able to use autofill for name/email (as it contains no mention of country).

Autofill stuff is pretty invisible in the browser (afaik), so I am unable to provide much more info.

Regards Elias

morungos commented 7 years ago

I've got this issue too. Autofill starts working, and pops open with a single selection on country, but then that blocks the remainder. It feels like an event isn't behaving the way it is supposed to. This is with version 0.19.8, but it's been like this as long as I can remember.

Safari is also broken, but in a slightly different way. Everything else in the address completes except country, which remains incomplete. I'd guess this is because it isn't a real input until you click on it.

Jefiozie commented 7 years ago

@morungos maybe you could have a look at it and make a fix? Happy to review it.

morungos commented 7 years ago

@Jefiozie It's on my todo list :-)

Jefiozie commented 7 years ago

Great, let me know when it is ready.