@dataloop-ai/components 0.17.102 → 0.17.103

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": "@dataloop-ai/components",
3
- "version": "0.17.102",
3
+ "version": "0.17.103",
4
4
  "exports": {
5
5
  ".": "./index.ts",
6
6
  "./models": "./models.ts",
@@ -690,7 +690,7 @@ export default defineComponent({
690
690
  return
691
691
  }
692
692
 
693
- if (this.emitValue) {
693
+ if (this.emitValue && this.selectedIndex !== -1) {
694
694
  this.selectedIndex = this.options.findIndex(
695
695
  (
696
696
  option: