misd-service-development / phone-number-bundle

Integrates libphonenumber into your Symfony2-Symfony4 application
459 stars 143 forks source link

add number options #210

Closed webmasterMeyers closed 4 years ago

webmasterMeyers commented 4 years ago

add an option to set options on the "number" input when using 'widget' => PhoneNumberType::WIDGET_COUNTRY_CHOICE

example usage,

'number_options' => [
    'attr' => [ //! This will only work if I get a merged pull request
        'class' => 'js-phone-autocomplete',
        'data-autocomplete-url' => $this->router->generate('grid_api_contact_phone_get_matching'),
        'placeholder' => $this->phoneNumberUtil->getExampleNumber('CA')->getNationalNumber(),
    ],
],
webmasterMeyers commented 4 years ago

this is not right, git hub is messing me up.