Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add formatting for qatar #120

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# material-ui-phone-number
Patched fork of [material-ui-phone-number](https://github.com/alexplumb/material-ui-phone-number)

Highly customizable phone input component with auto formatting. Based on the wonderful [react-phone-input-2](https://github.com/bl00mber/react-phone-input-2) package.

It looks like this, but in Material Design:
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ object-assign
* @license MIT
*/

/** @license React v17.0.2
/** @license React v16.13.1
* react-is.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "material-ui-phone-number",
"version": "3.0.0",
"description": "A material-ui react component to format phone numbers. Based on react-phone-input-2",
"name": "mui-me-phone-number",
"version": "1.0.0",
"description": "A material-ui react component to format phone numbers with more Middle East locale support. Based on react-phone-input-2",
"main": "dist/index.js",
"types": "index.d.ts",
"scripts": {
Expand All @@ -11,7 +11,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/alexplumb/material-ui-phone-number"
"url": "https://github.com/moselhy/material-ui-phone-number"
},
"keywords": [
"material",
Expand All @@ -22,9 +22,9 @@
],
"license": "MIT",
"bugs": {
"url": "https://github.com/alexplumb/material-ui-phone-number/issues"
"url": "https://github.com/moselhy/material-ui-phone-number/issues"
},
"homepage": "https://github.com/alexplumb/material-ui-phone-number",
"homepage": "https://github.com/moselhy/material-ui-phone-number",
"devDependencies": {
"@babel/core": "^7.15.8",
"@babel/plugin-proposal-class-properties": "^7.14.5",
Expand Down
1 change: 1 addition & 0 deletions src/country_data.js
Original file line number Diff line number Diff line change
Expand Up @@ -1090,6 +1090,7 @@ const rawAllCountries = [
['middle-east'],
'qa',
'974',
'+... .... ....',
],
[
'Réunion',
Expand Down
Loading