-
Updated
Jun 27, 2020 - JavaScript
libphonenumber
Here are 50 public repositories matching this topic...
-
Updated
Jul 2, 2020 - PHP
-
Updated
Jul 2, 2020 - PHP
-
Updated
Jun 11, 2020 - Java
-
Updated
Jul 3, 2020 - JavaScript
-
Updated
Jun 19, 2020 - PHP
Wouldn't it be easier for developers if we could replace the JavaDoc comments to XML Documentation comments?
When using this library, this change would make it possible to read the comments in the IDE instead of having lookup the source code in the repo.
-
Updated
Jun 22, 2020 - JavaScript
Update README.md
The following example code contains the jsOption 'allowExtensions'.
This should be removed because the autoFormat / allowExtensions / getExtension functionality was removed in v8.0.0.
use borales\extensions\phoneInput\PhoneInput;
echo PhoneInput::widget([
'name' => 'phone_number',
'jsOptions' => [
'allowExtensions' => true,
'onlyCountries' => ['no', 'pl',
Misc improvements
- improve parameter assertions
- include TypeScript/Flow typings to aid development
- set up Travis integration
-
add Java compilation to Travis build
-
Updated
Jul 1, 2020 - JavaScript
-
Updated
Sep 10, 2019 - JavaScript
-
Updated
May 21, 2020 - Dart
-
Updated
Jan 28, 2020 - JavaScript
-
Updated
Jan 26, 2019 - Groovy
-
Updated
Feb 29, 2020 - C#
-
Updated
Jul 25, 2019 - JavaScript
-
Updated
May 27, 2020 - Erlang
-
Updated
Apr 5, 2020 - PHP
-
Updated
Aug 12, 2017 - Java
-
Updated
Dec 2, 2018 - TypeScript
-
Updated
Mar 10, 2020 - Swift
-
Updated
Dec 1, 2019 - PHP
-
Updated
Jul 1, 2020 - JavaScript
-
Updated
Jan 22, 2020 - C++
-
Updated
Sep 23, 2019 - C
Improve this page
Add a description, image, and links to the libphonenumber topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the libphonenumber topic, visit your repo's landing page and select "manage topics."
Mobile numbers in Indonesia must always be dialled with all digits (typically 8-12 digits including a "0" prefixing the "8nnn" within Indonesia), no matter where they are being called from, so no hyphens are used.
above snippet is from wikipedia as it says Number can go up to 12 digits so can you update this library to do so?