Hi Team
Problem:
When copying the pattern property from the Adaptive Forms Core Component and pasting it into a custom core component, the "/" is missing when viewed in the UI. This is causing the pattern validation to fail.Any suggestion to fix this issue .
Original pattern: ^(?!000|666|9)\d{3}(?!00)\d{2}(?!0000)\d{4}
UI showing after copy this property to custom component level
pattern: ^(?!000|666|9)d{3}(?!00)d{2}(?!0000)d{4}

Regards
Vara