I am using ngx-intl-tel-input module in my form to add user phone with country code. Below are the node modules I used to in my Angular 8 project.
ngx-intl-tel-input : ^14.1.0
bootstrap : ^4.4.1
ngx-bootstrap : ^5.6.1
As the node module needs the dependency of both bootstrap and ngx-bootstrap to work properly.
ISSUE:
When I use the both bootstrap module, the ngx-intl-tel-input component works properly but the css styles for other pages affects causes the alignment issue.
If I remove the bootstrap modules, the alignments of other page works well but in the ngx-intl-tel-input, when I select the country from the dropdown list, the list not closing.
Could someone help me resolve this issue or any workaround to close the list on selecting the country from the list.