pierre-vigier / intlpnIonic

Simple version of intl-phone number input for Ionic
MIT License
23 stars 23 forks source link

Select country, input.focus fail. #5

Closed rodrigobarrocal closed 8 years ago

rodrigobarrocal commented 8 years ago

Focus fail... i do this.

selectCountry: function(country) { scope.isocode = country.iso2; scope._updateDialCode(country.dialCode); scope.modal.hide(); $timeout( function() { var input = element[0].querySelector('input'); input.focus(); var tmpStr = input.value; input.value = ''; input.value = tmpStr; } ); },

pierre-vigier commented 8 years ago

Hi,

I'm sorry, but i do not understand the issue, what are you trying to do? What is failing?

pierre-vigier commented 8 years ago

I think i got it, thanks! SHould be fixed in 0.1.4