Expand my Community achievements bar.

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

Adaptive form core components Display patterns for Phone number and Social Security number same as Foundation components

Avatar

Level 1

Hi Team

Currently we are Migrating the Our Adaptive forms which used foundational components.

In Text Box Foundation component "display pattern" type drop downloaded with predefined patterns Ex: ZIP Code, Phone number, Social Security Number etc.

But Same option we are not able to get in Core components (Text Input), please help how to load these options in core component also to apply the pattern-based type.

VARA_PRASADA_RAOAN2_1-1743441806565.png

 



VARA_PRASADA_RAOAN2_0-1743441729594.png

 

1 Accepted Solution

Avatar

Correct answer by
Level 3

Hello @VARA_PRASADA_RAOAN2 

 

In Core Components, we use displayFormat instead of patterns for better performance. This is supported for date picker and number input components, as documented here:

https://github.com/adobe/aem-core-forms-components/tree/master/ui.af.apps/src/main/content/jcr_root/...

https://github.com/adobe/aem-core-forms-components/tree/master/ui.af.apps/src/main/content/jcr_root/...

Here are a few examples where this has already been used: https://github.com/search?q=repo%3Aadobe%2Faem-core-forms-components+%22displayFormat%22+language%3A...

 

Thanks,

Rahul Pandey

View solution in original post

1 Reply

Avatar

Correct answer by
Level 3

Hello @VARA_PRASADA_RAOAN2 

 

In Core Components, we use displayFormat instead of patterns for better performance. This is supported for date picker and number input components, as documented here:

https://github.com/adobe/aem-core-forms-components/tree/master/ui.af.apps/src/main/content/jcr_root/...

https://github.com/adobe/aem-core-forms-components/tree/master/ui.af.apps/src/main/content/jcr_root/...

Here are a few examples where this has already been used: https://github.com/search?q=repo%3Aadobe%2Faem-core-forms-components+%22displayFormat%22+language%3A...

 

Thanks,

Rahul Pandey