Frontmatter
| id | 4011 |
| title | form.field.Select: picker content styles |
| state | Closed |
| labels | enhancementstale |
| assignees | [] |
| createdAt | Feb 7, 2023, 10:24 PM |
| updatedAt | Sep 12, 2024, 4:29 AM |
| githubUrl | https://github.com/neomjs/neo/issues/4011 |
| author | tobiu |
| commentsCount | 2 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Sep 12, 2024, 4:29 AM |
@maxrahder @Dinkh: The picker DOM did live inside the form field DOM node when it initially got implemented. This had some issues, in case a field lived inside a container with
overflow: hidden. The new implementation lives directly insidedocument.body.However, I did notice that some style rules are still living inside the
.neo-selectfieldrule and we should double-check if they still get applied as they should.In general: a picker field should probably pass its on baseCls to the picker container, unless this is already in there.