LearnNewsExamplesServices
Frontmatter
id2114
titleexamples/form/field/picker/ displays empty picker
stateClosed
labels
enhancementstale
assignees[]
createdAtMay 22, 2021, 10:03 PM
updatedAtSep 16, 2024, 4:37 AM
githubUrlhttps://github.com/neomjs/neo/issues/2114
authorkeckeroo
commentsCount3
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtSep 16, 2024, 4:37 AM

examples/form/field/picker/ displays empty picker

Closed v8.1.0 enhancementstale
keckeroo
keckeroo commented on May 22, 2021, 10:03 PM

Describe the bug Picker is empty, no console error

Screen Shot 2021-05-22 at 3 03 14 PM

keckeroo added the bug label on May 22, 2021, 10:03 PM
tobiu
tobiu May 22, 2021, 10:13 PM

this is correct. a picker is a base class which has no content.

e.g. a date picker extends it (or a select field => adding a list).

you could add something in there for the example itself, if you to.

tobiu removed the bug label on May 22, 2021, 10:13 PM
tobiu added the enhancement label on May 22, 2021, 10:13 PM