authy-form-helpers icon indicating copy to clipboard operation
authy-form-helpers copied to clipboard

How to add css classes to input.countries-input ?

Open DemidenkoAndrey opened this issue 7 years ago • 0 comments

How can I add for example .form-control to this input I'm doing it like this now:

Authy.UI.instance();
$('.authy_phone_country_code .countries-input').addClass('form-control');

DemidenkoAndrey avatar Oct 17 '17 15:10 DemidenkoAndrey