Open adrianmatthews opened 7 years ago
The following example code contains the jsOption 'allowExtensions'. This should be removed because the autoFormat / allowExtensions / getExtension functionality was removed in v8.0.0.
use borales\extensions\phoneInput\PhoneInput; echo PhoneInput::widget([ 'name' => 'phone_number', 'jsOptions' => [ 'allowExtensions' => true, 'onlyCountries' => ['no', 'pl', 'ua'], ] ]);
The following example code contains the jsOption 'allowExtensions'. This should be removed because the autoFormat / allowExtensions / getExtension functionality was removed in v8.0.0.