We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6445046 commit ae8206fCopy full SHA for ae8206f
src/index.js
@@ -114,7 +114,7 @@ async function setCalcationResult(element) {
114
// TODO: input event below triggers save for all input elements but will not save for regular elements
115
if (element.setValue) {
116
element.setValue(result)
117
- if (object && isRealtime != "false") {
+ if (object && isRealtime && isRealtime !== "false") {
118
element.save(element);
119
}
120
0 commit comments