-
-
Notifications
You must be signed in to change notification settings - Fork 333
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
Ember-paper chip Click to add #587
Comments
Can be reproduced , that is working fine 1-2 weeks ago |
Can't reproduce in the latest e-p release |
Do you mean working on master? steps:
|
Ohhh I thought not found rendered above |
is this related to #589 ? |
No not really. |
…ed-ember-addons#587 Explicitly closing the autocomplete component on inputBlur broke the ability to add custom items to the chips element (assuming requireMatch is not true). It doesn't appear to be necessary for any other purpose.
@pauln's fix tested and working for me : ) |
thanks , so it fixed on @pauln 's fix ? |
Unable to add custom chip on "Not found, click to add" hook on chrome 58.0.3029.81 (64-bit), works fine on mozilla. |
@saivarunr, the fix mentioned here still hasn't been merged - pull request #632 is still open. Once that gets merged, this should hopefully be fixed. @miguelcobain, any idea when you might be able to look at merging this (and other chips-related PRs)? |
@pauln thanks for swift reply, cool! Hope that will be fixed soon. cheers. |
Chips: Don't explicitly close autocomplete on inputBlur - fixes #587
…ed-ember-addons#587 Explicitly closing the autocomplete component on inputBlur broke the ability to add custom items to the chips element (assuming requireMatch is not true). It doesn't appear to be necessary for any other purpose.
…ed-ember-addons#587 Explicitly closing the autocomplete component on inputBlur broke the ability to add custom items to the chips element (assuming requireMatch is not true). It doesn't appear to be necessary for any other purpose.
Hello All,
Chips with Autocomplete box does not work in chrome Version 50.0.2661.102 (64-bit)
Sometimes can't click to add custom data.
Thanks

The text was updated successfully, but these errors were encountered: