@aurodesignsystem-dev/auro-formkit 0.0.0-pr1052.5 → 0.0.0-pr1052.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.
|
@@ -16662,6 +16662,11 @@ class AuroCombobox extends AuroElement$1 {
|
|
|
16662
16662
|
this.menu.value = this.value;
|
|
16663
16663
|
this.menu.matchWord = this.input.value;
|
|
16664
16664
|
|
|
16665
|
+
console.warn('syncValuesAndStates()');
|
|
16666
|
+
console.info('this.value', this.value);
|
|
16667
|
+
console.info('this.input.value', this.input.value);
|
|
16668
|
+
console.info('this.menu.value', this.menu.value);
|
|
16669
|
+
|
|
16665
16670
|
// Wait a lifecycle for child components to update
|
|
16666
16671
|
await Promise.all([this.menu.updateComplete]);
|
|
16667
16672
|
|
|
@@ -16510,6 +16510,11 @@ class AuroCombobox extends AuroElement$1 {
|
|
|
16510
16510
|
this.menu.value = this.value;
|
|
16511
16511
|
this.menu.matchWord = this.input.value;
|
|
16512
16512
|
|
|
16513
|
+
console.warn('syncValuesAndStates()');
|
|
16514
|
+
console.info('this.value', this.value);
|
|
16515
|
+
console.info('this.input.value', this.input.value);
|
|
16516
|
+
console.info('this.menu.value', this.menu.value);
|
|
16517
|
+
|
|
16513
16518
|
// Wait a lifecycle for child components to update
|
|
16514
16519
|
await Promise.all([this.menu.updateComplete]);
|
|
16515
16520
|
|
|
@@ -16428,6 +16428,11 @@ class AuroCombobox extends AuroElement {
|
|
|
16428
16428
|
this.menu.value = this.value;
|
|
16429
16429
|
this.menu.matchWord = this.input.value;
|
|
16430
16430
|
|
|
16431
|
+
console.warn('syncValuesAndStates()');
|
|
16432
|
+
console.info('this.value', this.value);
|
|
16433
|
+
console.info('this.input.value', this.input.value);
|
|
16434
|
+
console.info('this.menu.value', this.menu.value);
|
|
16435
|
+
|
|
16431
16436
|
// Wait a lifecycle for child components to update
|
|
16432
16437
|
await Promise.all([this.menu.updateComplete]);
|
|
16433
16438
|
|
|
@@ -16428,6 +16428,11 @@ class AuroCombobox extends AuroElement {
|
|
|
16428
16428
|
this.menu.value = this.value;
|
|
16429
16429
|
this.menu.matchWord = this.input.value;
|
|
16430
16430
|
|
|
16431
|
+
console.warn('syncValuesAndStates()');
|
|
16432
|
+
console.info('this.value', this.value);
|
|
16433
|
+
console.info('this.input.value', this.input.value);
|
|
16434
|
+
console.info('this.menu.value', this.menu.value);
|
|
16435
|
+
|
|
16431
16436
|
// Wait a lifecycle for child components to update
|
|
16432
16437
|
await Promise.all([this.menu.updateComplete]);
|
|
16433
16438
|
|
package/package.json
CHANGED