We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ce7630 commit 23029e1Copy full SHA for 23029e1
dev/aura/aura-number-control.js
@@ -147,7 +147,7 @@ class AuraNumberControl extends AuraControl {
147
const computed = this.#getComputedNumber();
148
const initial = computed != null ? computed : this.#clamp(this.#snap((this.#min + this.#max) / 2));
149
this.#initialComputed = computed ?? initial;
150
- this.#setValue(initial, { persist: false });
+ this.#setValue(initial, { persist: null });
151
}
152
153
#getComputedNumber() {
0 commit comments