You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix Issues/515: replace country checkbox facet with searchable dropdown to resolve pagination filtering bug (#542)
* Add separate countryFacet with selectionbox and set conditional rendering in directory default
* implement advanced searchable country dropdown for MVP directory
* Minor change to include only relavant changes in default.cshtml file
* Fix line and spacing issue from the code - _CountryFacet.cshtml
* Update the mvp-site.js changes to single document ready function
* Set the background colour to matching other facets
* Update the min.js version in layout.cshtml
* Add updated compiled css files minified JS assets
* refactor: fix duplicate event binding in CountryFacet dropdown options and update js assets
* use a clean country name for the input value and render counts only in the dropdown options for consistency in ux
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* No localstorage usage - default mode country list
* Changes of country search facet to the search and close button approach
* Remove unused methods and styles of coutry facet
* Few js code optimizations and remove unused codes
* Style and UI/UX update to maintain the consistency of the UI
* Use badge-secondary badge-pill for the count badge-pill implementation
* Make the close button stand out making bold-red text
* fix: ensure country facet dropdown option is selected on any click inside option
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
0 commit comments