authy-form-helpers
authy-form-helpers copied to clipboard
How to add css classes to input.countries-input ?
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');