LearnNewsExamplesServices
Frontmatter
id5346
titleform.field.Select: beforeSetValue() => onStoreLoad()
stateClosed
labels
enhancement
assigneestobiu
createdAtMar 15, 2024, 3:22 PM
updatedAtMar 15, 2024, 4:00 PM
githubUrlhttps://github.com/neomjs/neo/issues/5346
authortobiu
commentsCount0
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtMar 15, 2024, 4:00 PM

form.field.Select: beforeSetValue() => onStoreLoad()

Closed v8.1.0 enhancement
tobiu
tobiu commented on Mar 15, 2024, 3:22 PM

it can happen, that we set the field value programmatically (e.g. loading a form) while the field list store has no data yet.

the old logic just grabbed the value config, which contained the ´recordId`.

this is no longer possible with the inputValue & value separation. we need a new flag (class field) to store it.

tobiu added the enhancement label on Mar 15, 2024, 3:22 PM
tobiu assigned to @tobiu on Mar 15, 2024, 3:22 PM
tobiu referenced in commit 6171867 - "form.field.Select: beforeSetValue() => onStoreLoad() #5346" on Mar 15, 2024, 3:59 PM
tobiu closed this issue on Mar 15, 2024, 4:00 PM
tobiu referenced in commit b60a3a1 - "form.field.Select: beforeSetValue() => onStoreLoad() #5346" on Mar 26, 2024, 5:29 PM