Frontmatter
| id | 5346 |
| title | form.field.Select: beforeSetValue() => onStoreLoad() |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Mar 15, 2024, 3:22 PM |
| updatedAt | Mar 15, 2024, 4:00 PM |
| githubUrl | https://github.com/neomjs/neo/issues/5346 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Mar 15, 2024, 4:00 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
valueconfig, which contained the ´recordId`.this is no longer possible with the
inputValue&valueseparation. we need a new flag (class field) to store it.