@eturnity/eturnity_reusable_components 7.12.6-EPDM-7951.5 → 7.12.6-EPDM-7951.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eturnity/eturnity_reusable_components",
3
- "version": "7.12.6-EPDM-7951.5",
3
+ "version": "7.12.6-EPDM-7951.6",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
@@ -721,9 +721,9 @@ export default {
721
721
  },
722
722
  isSelectDropdownShown() {
723
723
  return (
724
- this.isSearchable &&
725
724
  this.isDropdownOpen &&
726
- this.dropdownPosition.left !== null
725
+ this.dropdownPosition.left !== null &&
726
+ (!this.isSearchable || this.isSearchable)
727
727
  )
728
728
  }
729
729
  },