erwin foxtree

Results 3 comments of erwin foxtree

The current behavior actually seems like a bug: I would expect that whatever is focused/highlighted in the Picker should _always_ be aligned with the Picker `selectedValue`.

I just encountered this issue, and resolved it by installing `jquery` (npm or yarn), and: ``` import $ from 'jquery'; global.$ = $ // or: window.$ = $ ``` The...

I encountered a similar problem. Do you get beyond this error if you remove `ember-hammertime` ? For me, the strange thing was that after enabling all `DEBUG` messages, via: `yarn...