Skip to content
Discussion options

You must be logged in to vote

The issue is that your ModalComponent doesn't add the Input child component to the component tree. Add Add(input) in the constructor to fix it.

explicit Impl() {
    input = Input("ABC");
    Add(input);
}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@wynme
Comment options

Answer selected by wynme
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants