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

Slotted content does not get bound #5

Open
colscott opened this issue Jan 31, 2022 · 0 comments
Open

Slotted content does not get bound #5

colscott opened this issue Jan 31, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@colscott
Copy link
Owner

<form-binder>
  <slot>
    <input bind="/firstName" /> <!-- this will not bind -->
  </slot>
  <input bind="/lastName" /> <!-- this will bind -->
</form-binder>

content added to the form binder as slotted content does not get bound.

@colscott colscott added the bug Something isn't working label Jan 31, 2022
@colscott colscott self-assigned this Jan 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant