Borales / yii2-phone-input

Yii2 International telephone numbers
Other
135 stars 55 forks source link

attach intl tel input without jquery conflicts #40

Closed demenkov closed 6 years ago

demenkov commented 6 years ago

or please use $this->view->registerJs("$('#$id').parents('form').on('submit', function() { $('#$id').val($('#$id').intlTelInput('getNumber')); });");

Borales commented 6 years ago

@demenkov thanks! do we need a changelog line for your fix?

demenkov commented 6 years ago

@Borales as you wish I think it breaks nothing or adding nothing, it's just keep code more clean.

Borales commented 6 years ago

@demenkov agree, thank you once again!