LearnNewsExamplesServices
Frontmatter
id4011
titleform.field.Select: picker content styles
stateClosed
labels
enhancementstale
assignees[]
createdAtFeb 7, 2023, 10:24 PM
updatedAtSep 12, 2024, 4:29 AM
githubUrlhttps://github.com/neomjs/neo/issues/4011
authortobiu
commentsCount2
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtSep 12, 2024, 4:29 AM

form.field.Select: picker content styles

Closed v8.1.0 enhancementstale
tobiu
tobiu commented on Feb 7, 2023, 10:24 PM

@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 inside document.body.

However, I did notice that some style rules are still living inside the .neo-selectfield rule 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.

tobiu added the enhancement label on Feb 7, 2023, 10:24 PM