@tagplus/components 4.10.1 → 4.10.2

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
@@ -8,7 +8,7 @@
8
8
  "email": "bruno@tagplus.com.br"
9
9
  }
10
10
  ],
11
- "version": "4.10.1",
11
+ "version": "4.10.2",
12
12
  "main": "./dist/tp.common.js",
13
13
  "directories": {
14
14
  "lib": "src/lib"
@@ -552,7 +552,7 @@ export default {
552
552
  const label = !isObject && !isNull && !isUndefined ? value : ''
553
553
  const newOption = {
554
554
  value,
555
- currentLabel: this.modifiedLabel || label
555
+ currentLabel: this.modifiedLabel || initialLabel || label
556
556
  }
557
557
 
558
558
  if (this.multiple) {
@@ -618,7 +618,7 @@ export default {
618
618
  handleQueryChange (val) {
619
619
  const _this6 = this
620
620
 
621
- // Correção aqui para forçar primeeira request com createOnLoad = false
621
+ // Correção aqui para forçar primeira request com createOnLoad = false
622
622
  if (
623
623
  (!this.doRequest && this.previousQuery === val) ||
624
624
  this.isOnComposition