countrypicker is a jQuery plugin that utilizes Bootstrap's dropdown.js and bootstrap-select to provide country data and styling to standard select elements.
The bug occurs when i rebuild the project (npm run build) after updating project dependencies (npm install). Even when i installed the exact dependencies versions as shown in packages.json, the bug always exists. I'm not sure why this is happening now, i mean, how could you build the project without seeing this bug, or may be it wasn't there before, may be because of dependencies updates ...
2. The enhancement :
When i make a country-picker with two options : live-search && flag
Hello
This PR fixes 1 bug and add 1 enhancement :
1. The bug :
The bug occurs when i rebuild the project (
npm run build
) after updating project dependencies (npm install
). Even when i installed the exact dependencies versions as shown in packages.json, the bug always exists. I'm not sure why this is happening now, i mean, how could you build the project without seeing this bug, or may be it wasn't there before, may be because of dependencies updates ...2. The enhancement : When i make a country-picker with two options : live-search && flag
In this case i can't search by country name (Tunisia in this case).