Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
50 views

I made a recursive component in vue that shows a tree structure.I'm trying to add an active class to the element that is clicked but I can't reset the selection when I click a new element. This is the ...
Leo's user avatar
  • 11
-1 votes
1 answer
94 views

I have these arrays of objects, So I try to render each value with its key using the recursive component pattern. file: App.jsx: import RecursiveComponent from "./components/RecursiveComponent....
user avatar
0 votes
1 answer
676 views

I was creating this project (Source Project) https://stackblitz.com/edit/angular-ivy-wkshmk; I had error but I 'solve' (with problems) here https://stackoverflow.com/a/70794789/811293 The problems are:...
joseluisbz's user avatar
  • 1,696
2 votes
1 answer
2k views

I'm creating a project with a Reactive Form; based on Recursive Component that creates Dynamic Form from JSON file. The Sources This is an adaptation from Ionic based on Creating Dynamic Angular ...
joseluisbz's user avatar
  • 1,696