Re: [w3c/webcomponents] How should autofill work for inputs generated inside shadow roots (#572)

Yeah, the problem filed here is that Chrome does not *fill* a `<input>` field when another `<input >` field is filled by a user, if `<input>` elements are assigned to a slot in different tree scope, as far as I can read.

It sounds a problem of Blink's UI because all `<input>` elements are in the same tree scope, at least. Autocomplete should work in this case, IMO.
  



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/572#issuecomment-265080347

Received on Tuesday, 6 December 2016 07:30:38 UTC