In our application, the requirements have been shaping up in an incremental way, each time a requirement comes up its about adding few more fields to dialog of one big navigation component OR to page properties of parent page.
We are at 9 tabs, each having 8-10 fields in them.
I just wanted to get an idea if there are any guidelines / experiences anybody might have had in this aspect?
Best Regards.
Solved! Go to Solution.
There is nothing specific or limitations as such. As you have rightly mentioned, make it as multiple tabs rather having all the field in the same tab.
It all depends on your component design. You can take an approach in multiple ways but my thought process would be based on below questions
1. Does all the fields required are generic ? If so, I can add to the same component
2. If not, I would create a parent component which holds all the generic fields. Then create different components based on the specific requirement by inheriting the parent component using resourceSuperType.
There is nothing specific or limitations as such. As you have rightly mentioned, make it as multiple tabs rather having all the field in the same tab.
It all depends on your component design. You can take an approach in multiple ways but my thought process would be based on below questions
1. Does all the fields required are generic ? If so, I can add to the same component
2. If not, I would create a parent component which holds all the generic fields. Then create different components based on the specific requirement by inheriting the parent component using resourceSuperType.
Views
Likes
Replies