-
Notifications
You must be signed in to change notification settings - Fork 373
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
how to expose onChange/onBlur events to caller component(ie basic-example.component.) #130
Comments
@rajeshpachar Thanks for your contribution! That's an interesting requirement. Could please explain your use case a bit more in detail? As you may have already seen you can bind to the |
Thanks for the response. I am planning to write a json wrapper component which will take json and convert it dynamic form UI. Main page has dynamic form and side bar shows suggestion for input textbox whenever text box is in focus.
|
@rajeshpachar Alright, nice! I made a commit ccbc2db to solve your problem. You can now apply an See bootstrap.example.component.html and bootstrap.example.component.ts for usage. Please let me know if this would help you out. If so, this will land in 1.0.4. |
@udos86 thanks for the prompt change . |
👍 Great, will be released tonight |
I am looking for ways to expose change events to caller module(ex: basic-example.component). DynamicFormCustomComponent renders itself recursively for group/array components. what would be good way to expose blur/focus event from input component to caller component in case of group/array rendering.
Thanks
The text was updated successfully, but these errors were encountered: