Commit f853524e authored by Steven Bennetts's avatar Steven Bennetts Committed by Commit Bot

Network config: Correctly select cr-input

Bug: 872905
Change-Id: I86cedf0cb9eedf8d32f7385eba3a3c85b42a35a8
Reviewed-on: https://chromium-review.googlesource.com/1176430Reviewed-by: default avatarToni Baržić <tbarzic@chromium.org>
Commit-Queue: Steven Bennetts <stevenjb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#583513}
parent 72a6b5e9
......@@ -405,7 +405,7 @@ Polymer({
focusFirstInput_: function() {
Polymer.dom.flush();
var e = this.$$(
'cr-input:not([disabled]),' +
'cr-input:not([readonly]),' +
'network-password-input:not([disabled]),' +
'network-config-select:not([disabled])');
if (e)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment