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

Provide way to bind component to existing input #39

Closed
mskocik opened this issue Jul 22, 2022 · 0 comments
Closed

Provide way to bind component to existing input #39

mskocik opened this issue Jul 22, 2022 · 0 comments
Labels
custom-element enhancement New feature or request

Comments

@mskocik
Copy link
Owner

mskocik commented Jul 22, 2022

Would be great to have this functionality for custom element. This would make it easy to integrate with 3rd party validation libraries and flows. Like Nette framework, where client-side validation definition is passed to rendered input

There are 2 ways to implement it:

  • custom element with child input element
  • or just input itself with ability to create component on focus (based some user-defined data attribute or any other way, like extending input with custom element)
@mskocik mskocik added custom-element enhancement New feature or request labels Jul 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
custom-element enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant