ember-power-select icon indicating copy to clipboard operation
ember-power-select copied to clipboard

Fix search input element focus

Open maartenparmentier opened this issue 5 years ago • 0 comments

Since upgrading to ember-source 3.10 (with EPS 2.3.5 and EBD 1.1.3) some of our tests failed with this issue:

TypeError: Failed to execute 'focus' on 'HTMLElement': parameter 1 ('options') is not an object.

Screenshot 2020-02-05 at 16 16 35

I'm not sure what exactly changed in 3.10 that made this fail, and I'm not sure what the 0 was doing here. But locally this made my specs pass.

maartenparmentier avatar Feb 05 '20 16:02 maartenparmentier