- Issue created by @Grimreaper
- 🇫🇷France Grimreaper France 🇫🇷
I think it needs to use the hidden field proposed by the library https://intl-tel-input.com/examples/hidden-input.html
- Merge request !26Draft: [#3545611] fix: Validation error when refreshing form → (Open) created by Grimreaper
- 🇫🇷France Grimreaper France 🇫🇷
I had been able to fix my custom form with:
$element['#national_number'] = FALSE; $element['#dial_code'] = FALSE;
But I think when using either #nation_number and/or #dial_code, current validation is not enough.