Cerzi
Cerzi
In a clean app there's something a bit unexpected happening - with just ember-basic-dropdown installed and a simple template with the above example dropdown, this exception is thrown ``` Uncaught...
These are the dev dependencies of the clean app (+ basic-dropdown and power-select) ``` "devDependencies": { "@ember/jquery": "^0.6.0", "@ember/optional-features": "^0.7.0", "broccoli-asset-rev": "^3.0.0", "ember-ajax": "^5.0.0", "ember-basic-dropdown": "^2.0.1", "ember-cli": "~3.11.0", "ember-cli-app-version": "^3.2.0",...
Excellent! Ill take another look tomorrow and see if the event issue persists in the clean project. Seems like it might be something wrong with my setup specifically though
Weirdly the issue goes away simply by using `value={"" + option.value}`
had the wrong fork branch linked to, sorry if anyone was already on it
Yeah sorry, this is specific to non-dedicated servers such as the cube example game (and my own one hehe) Do you recommend writing additional logic to sit on the master...
Thanks, that's something that would be nice to add down the line - there are already plenty of good apps for managing images in a similar way, but mixing them...