- First commit to issue fork.
- Merge request !19mask-3000357/3000357-unmask-on-submit: Added unmask option. → (Open) created by sourabhsisodia_
- 🇧🇪Belgium tim-diels Belgium 🇧🇪
@sourabhsisodia_ I'm sorry but I have first accepted all coding standard issues. So this issue will need rebasing to continue. I guess the tests will fail also or at least needs updating.
- Status changed to RTBC
about 2 months ago 7:40am 18 February 2025 - 🇮🇳India shivam_tiwari
I checked MR 19 changes from my side. It worked for me.
Applied following steps.- Created a telephone field
- Added mask settings from the form render display setting.
- Set (000) 000-0000 on Mask field in widget.
- After submitting the node, got field output: (999) 999-9999
- Enabled unmask on submit option from setting
- After submitting the node, getting field output: 9999999999
Moving it to RTBC