You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: