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

Fix disappearing checkbox #11

Merged
merged 2 commits into from
Mar 6, 2024
Merged

Fix disappearing checkbox #11

merged 2 commits into from
Mar 6, 2024

Conversation

Irinina
Copy link
Contributor

@Irinina Irinina commented Mar 5, 2024

Fix #10

When the wrapping div was wired to accountExists, accountExists was set to true as soon as the checkbox was checked. It then disappeared, as is it only shown, when accountExists is false.

Irinina added 2 commits March 5, 2024 11:10
When the wrapping `div` was wired to `accountExists`, `accountExists` was set to `true` as soon as the checkbox was checked. It then disappeared, as is it only shown, when `accountExists` is `false`.
@Tjitse-E Tjitse-E requested a review from Zaahed March 5, 2024 10:18
Copy link
Contributor

@Zaahed Zaahed left a comment

Choose a reason for hiding this comment

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

Nice! Approved. ✅

@Zaahed Zaahed merged commit aeea5a6 into Vendic:develop Mar 6, 2024
1 check passed
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.

Checkbox disappears, when it is checked
2 participants