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

DialogHeaderFooter should implement HasComponents #5735

Closed
Dudeplayz opened this issue Nov 16, 2023 · 0 comments · Fixed by #6494
Closed

DialogHeaderFooter should implement HasComponents #5735

Dudeplayz opened this issue Nov 16, 2023 · 0 comments · Fixed by #6494
Assignees
Labels
enhancement New feature or request vaadin-dialog

Comments

@Dudeplayz
Copy link

Describe your motivation

I think the Header and Footer of the Dialog should implement the HasComponents interface. It would simplify some things, also because I use Kotlin with extensions, which would then also be available for the footer and header.
Also methods like addComponentAtIndex/asFirst are missing at the moment.

Describe the solution you'd like

Dialog Header and Footer implements HasComponents

Describe alternatives you've considered

No response

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request vaadin-dialog
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants