We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The issue can be reproduced on the demo page containing paper-chips examples.
When we change the readOnly property to be true and click into the paper-chips container, an error is thrown:
readOnly
Uncaught TypeError: Cannot read property 'focus' of null
In my application, we still using it ember-paper 1.0.0-beta-24 version.
ember-paper 1.0.0-beta-24
I'm submitting this issue because I did notice that the error was thrown on the ember-paper examples as well.
browser: Google chrome (v 86.0.4240.183)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The issue can be reproduced on the demo page containing paper-chips examples.
When we change the
readOnly
property to be true and click into the paper-chips container, an error is thrown:In my application, we still using it
ember-paper 1.0.0-beta-24
version.I'm submitting this issue because I did notice that the error was thrown on the ember-paper examples as well.
browser: Google chrome (v 86.0.4240.183)
The text was updated successfully, but these errors were encountered: