forked from vanshg395/intl_phone_field
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
phone number edit min and max length edit
- Loading branch information
1 parent
7df3f7a
commit 0d9c390
Showing
5 changed files
with
100 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# list file to not track by the local-history extension. comment line starts with a '#' character | ||
# each line describe a regular expression pattern (search for "Javascript regex") | ||
# it will relate to the workspace directory root. for example: | ||
# ".*\.txt" ignores any file with "txt" extension | ||
# "/test/.*" ignores all the files under the "test" directory | ||
# ".*/test/.*" ignores all the files under any "test" directory (even under sub-folders) |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters