Open
Description
Your bundle works great so far, i only have problems when i set the bootstrap 4 form theme as described here:
https://symfony.com/doc/current/form/bootstrap4.html
The form field was set like this:
->add('mobile', PhoneNumberType::class, array('widget' => PhoneNumberType::WIDGET_COUNTRY_CHOICE, 'preferred_country_choices' => array('CH')))
When the page is rendered i got the following exception:
An exception has been thrown during the rendering of a template ("Notice: Array to string conversion").
Would be great to have this fixed or to provide me a workaround to this.
Metadata
Metadata
Assignees
Labels
No labels