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

Func for deleting item in checkboxes #3124

Closed
tiredsosha opened this issue Jul 5, 2022 · 3 comments
Closed

Func for deleting item in checkboxes #3124

tiredsosha opened this issue Jul 5, 2022 · 3 comments

Comments

@tiredsosha
Copy link

Hello, I'm want to make an app for my home usage. I've added few select boxes and amout of items in checkboxes depends on selected choose.
I find on API that you can add, but can't delete
Is there any possibility you can add this staff? Or maybe you can help me come up with different solution?
image
image

@Jacalz Jacalz added the question A question has been asked label Jul 6, 2022
@Jacalz
Copy link
Member

Jacalz commented Jul 6, 2022

Are you perhaps looking for the Remove() method? https://pkg.go.dev/fyne.io/fyne/v2#Container.Remove

@andydotxyz
Copy link
Member

Do you mean the CheckGroup type?
Yes we could add Remove - but in the meantime you can alter the slice directly at CheckGroup.Options.

@andydotxyz andydotxyz added Hacktoberfest good first issue Good for newcomers and removed question A question has been asked labels Oct 4, 2022
@rangzen rangzen mentioned this issue Oct 9, 2022
4 tasks
Jacalz pushed a commit that referenced this issue Oct 22, 2022
@Jacalz
Copy link
Member

Jacalz commented Oct 22, 2022

This has been solved now and is available on the develop branch.

@Jacalz Jacalz closed this as completed Oct 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants