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
While using workflow-creator, I want to provide my own input elements that will match with my project's design system. We are able to do this in Angular by providing ng-template. But I'm not able to replicate that in React.
I want to do the same with React, but I'm not able to figure out, how to render custom input elements in React as there's no concept to templates in React or Vanilla JS
The text was updated successfully, but these errors were encountered:
While using workflow-creator, I want to provide my own input elements that will match with my project's design system. We are able to do this in Angular by providing
ng-template
. But I'm not able to replicate that in React.I want to do the same with React, but I'm not able to figure out, how to render custom input elements in React as there's no concept to templates in React or Vanilla JS
The text was updated successfully, but these errors were encountered: