Skip to content
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

feat(addon/components/paper-item): converts to a glimmer component. #1304

Open
wants to merge 4 commits into
base: feature/glimmer-paper-form
Choose a base branch
from

Conversation

matthewhartstonge
Copy link
Contributor

@matthewhartstonge matthewhartstonge commented Nov 13, 2024

note: two tests fail:

  • Integration | Component | paper item: single action checkboxes should react to checkbox clicks
  • Integration | Component | paper item: Item checkbox with secondary action and no primary action is toggled by checkbox click

This appears due to to click only bubbling once under classic components, whereas the proxy call is being made under the glimmer parent, then the click handler is being called on the checkbox classic component.

Hoping this will come out in the wash once paper-checkbox is migrated to glimmer.

@matthewhartstonge
Copy link
Contributor Author

Failing tests fixed by #1305!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Convert all components using ember-composability-tools to glimmer
1 participant