-
-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
_getValue: function _getValue() { throws error #163
Comments
Can you give master a shot and see if that fixes your issues? There are a lot of changes on master since it's basically x-select 3.0 but I think this has been fixed |
3.0.0 is not available in the branch? How I can, mention this in the Regards, On Fri, Nov 18, 2016 at 4:15 PM, Robert DeLuca notifications@github.com
|
Instead of a version number you would use the github repo instead: // package.json
"emberx-select": "thefrontside/emberx-select#master", |
should be closed with #164 and released with v2.2.3 |
Version of x-select:
Ember Version / Ember CLI Version:
**Ember Version:~2.7.0
**Ember CLI Version:^2.7.0
Expected Behavior
I have 3 select boxes. The concept is like continent - country - county
When I select continent value two times it throws error in x-select.js on '_getValue: function _getValue() ' -- like 'Cannot read property 'is' of undefined'
(Describe how things should work.)
Actual Behavior
It should not throw error
Steps To Reproduce:
Ember Twiddle / Example repo / Failing test:
Please create a reproduction of your bug with this ember-twiddle. This is extremely helpful and speeds up the debugging process.
The text was updated successfully, but these errors were encountered: