-
Notifications
You must be signed in to change notification settings - Fork 342
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 popup container & popup placement selector functionality #391
base: master
Are you sure you want to change the base?
Conversation
Why is this not being reviewed? this PR is getting way too OLD! |
"google-libphonenumber": "^3.2.3", | ||
"intl-tel-input": "^17.0.3", | ||
"ngx-bootstrap": "^6.0.0" | ||
"@angular/common": "^12.1.4", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i assume there are way too many version changes here, more than are required to get this change to work?
iso2: '', | ||
name: '', | ||
placeHolder: '', | ||
dialCode: "", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Many personal code style choices being applied, are these linting rules active in the library?
[selectFirstCountry]="false" | ||
[selectedCountryISO]="CountryISO.India" | ||
[maxLength]="15" | ||
[phoneValidation]="true" | ||
[separateDialCode]="separateDialCode" | ||
[numberFormat]="PhoneNumberFormat.National" | ||
[searchCountryPopupContainer]=" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great addition to the package. i'm looking forward to seeing this merged soon
@webcat12345 Can we get some eyes on this PR please? |
Sorry guys, I am going to take it look today!
Again, sorry for delay.
…On Wed, Aug 3, 2022 at 5:07 PM Sebastian Scholle ***@***.***> wrote:
@webcat12345 <https://github.com/webcat12345> Can we get some eyes on
this PR please?
—
Reply to this email directly, view it on GitHub
<#391 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEWYSDUXAHTLGMKTDP44YFLVXISDDANCNFSM46YVUD4Q>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hi @webcat12345 could you please look at this PR? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Revert changes to package.json files
- Merge master branch and resolve conflicts
Added 2 additional input properties to fix my issue: #388
It would be better if we could add a class to the ngx dropdown element, but that doesn't seem possible yet, so I've added the .iti class to the .country-dropdown element to fix some css.