Skip to content

DEV: Convert InlineEditCheckbox to glimmer #34030

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

Merged
merged 1 commit into from
Aug 11, 2025
Merged

DEV: Convert InlineEditCheckbox to glimmer #34030

merged 1 commit into from
Aug 11, 2025

Conversation

CvX
Copy link
Contributor

@CvX CvX commented Aug 1, 2025

No description provided.

class="btn-small cancel-edit"
/>
{{/if}}
<div {{didUpdate this.reset @modelId}} class="inline-edit">
Copy link
Member

@davidtaylorhq davidtaylorhq Aug 1, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Technically I think @resettableTracked could handle this if we did something like

@resettableTracked  = this.args.modelId, this.args.checked;

Can't decide if I hate that more or less than using a modifier 😅

@CvX CvX merged commit f3c6260 into main Aug 11, 2025
17 checks passed
@CvX CvX deleted the 0-a-checkbox branch August 11, 2025 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants