내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

How much is too much in case of dialog fields/tabs

Avatar

Level 5

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.

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Level 10

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.

원본 게시물의 솔루션 보기

1 답변 개

Avatar

정확한 답변 작성자:
Level 10

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.