@pocketprep/ui-kit 3.0.19 → 3.0.20

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.
@@ -218,7 +218,7 @@ export default class Select extends Vue {
218
218
  if (this.typeahead && !this.searchText) {
219
219
  this.emitUpdateModelValue(null)
220
220
  }
221
- if (this.typeahead && this.searchText && this.filteredData.length !== 1) {
221
+ if (this.typeahead && this.searchText && this.filteredData.length < 1) {
222
222
  this.emitUpdateModelValue(null)
223
223
  this.searchText = ''
224
224
  } else if (this.typeahead && this.searchText && this.filteredData[0]) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pocketprep/ui-kit",
3
- "version": "3.0.19",
3
+ "version": "3.0.20",
4
4
  "description": "Pocket Prep UI Kit",
5
5
  "author": "pocketprep",
6
6
  "scripts": {