Depending On Self leads to infinite loop of Requests #5563
-
Description:// Close issue if this is outside scope, and no way of avoiding it Problem: Field:
Usage Reasoning Detailed steps to reproduce the issue on a fresh Nova installation: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
This definitely something that should be considered out of scope using the built-in fields. However, it is possible that you can create a custom field and override the following method: emitOnSyncedFieldValueChange() {
// this.emitFieldValueChange(this.field.attribute, this.currentField.value)
}, |
Beta Was this translation helpful? Give feedback.
-
You should be able to depends on self in 4.26.0 |
Beta Was this translation helpful? Give feedback.
You should be able to depends on self in 4.26.0