Frontmatter
| id | 4392 |
| title | form.field.Picker: destroy() => enforce unmounting |
| state | Closed |
| labels | enhancement |
| assignees | [] |
| createdAt | May 8, 2023, 11:30 AM |
| updatedAt | May 8, 2023, 11:31 AM |
| githubUrl | https://github.com/neomjs/neo/issues/4392 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | May 8, 2023, 11:31 AM |
there are some edge cases, where a picker field with an open picker overlay triggers a page navigation resulting in a
destroy()OP. this does not always ensure that the overlay does get removed from the dom, so we need to adjust our logic.@alberthashani