Page 1 of 1

Primefaces Extensions InputPhone country prefix

Posted: 25 Nov 2022, 11:53
by afterbit
Hello,
with pe:inputPhone how can i get the country prefix (ex .0039) to store it in my database?..
now i can get just the number without the country code..
thanks!

Re: Primefaces Extensions InputPhone country prefix

Posted: 25 Nov 2022, 12:44
by jepsar
It's part of country https://github.com/primefaces-extension ... untry.java which you can get on the countrySelect event.

Re: Primefaces Extensions InputPhone country prefix

Posted: 25 Nov 2022, 13:09
by afterbit
thanks!