Frontmatter
| id | 3753 |
| title | form.field.Picker: applyClientRects() => enhance picker positioning |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Jan 3, 2023, 8:37 PM |
| updatedAt | Jan 3, 2023, 8:38 PM |
| githubUrl | https://github.com/neomjs/neo/issues/3753 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 3, 2023, 8:38 PM |
the position currently can mess up quite a bit inside grid layouts.
as a quick improvement, we can rely on the basic positions.
we can open a feature request for a more advanced positioning => checking which side has space and drop it there, plus another ticket in case you need support for adjusting the position while scrolling the page.