Frontmatter
| id | 4052 |
| title | form.field.Select: afterSetValue() => list silentVdomUpdate |
| state | Closed |
| labels | bug |
| assignees | tobiu |
| createdAt | Feb 13, 2023, 7:41 PM |
| updatedAt | Feb 13, 2023, 7:44 PM |
| githubUrl | https://github.com/neomjs/neo/issues/4052 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Feb 13, 2023, 7:44 PM |
the logic is from the time where the list vdom was a direct child node of the field DOM.
this is no longer the case (separate DOM nodes), so enabling the silent mode will prevent filters from updating and select field lists will show all items.