ngx-intl-tel-input icon indicating copy to clipboard operation
ngx-intl-tel-input copied to clipboard

not working with ngx bootstrap 7,8

Open MahmoudElgml opened this issue 3 years ago • 5 comments

needs the newly updated debendencies to match ngx bootstrap 7 the current last updated only works with version 6

MahmoudElgml avatar Mar 12 '22 05:03 MahmoudElgml

the only way to make it work is to force install the library to properly work with ngx-bootstrap 7 and above as the same styles apply but in some css design you may need to set the padding to 0 in order to match ngx-bootstrap 7 or 8 css styling

MahmoudElgml avatar Apr 05 '22 03:04 MahmoudElgml

It works for me but I'm getting this warning while installing dependencies with yarn: warning " > [email protected]" has incorrect peer dependency "ngx-bootstrap@^6.0.0".

Gubancs avatar Apr 06 '22 20:04 Gubancs

I have the same problem, output I'm getting is:

npm ERR! Could not resolve dependency: npm ERR! peer ngx-bootstrap@"^6.0.0" from [email protected]

Angular 13 requires ngx-bootstrap@8 so switching to 6 is no option for me.

DaanDL avatar Aug 02 '22 09:08 DaanDL

the same with me so i had to force install ngx-intl-tel-input with -force flag and it will read the bootstrap styles from any version you have but it would need some extra design tweaks

MahmoudElgml avatar Aug 02 '22 10:08 MahmoudElgml

None of these things are fixes, workarounds, can someone please just update the package.json to support 6 and above as the documentation claims.

It's important to understand the difference between caret versioning (^) and greater than (> / >=) versioning.

= instead of ^ would have bee appropraite here.

l4nos avatar Oct 27 '23 01:10 l4nos