Frontmatter
| id | 2114 |
| title | examples/form/field/picker/ displays empty picker |
| state | Closed |
| labels | enhancementstale |
| assignees | [] |
| createdAt | May 22, 2021, 10:03 PM |
| updatedAt | Sep 16, 2024, 4:37 AM |
| githubUrl | https://github.com/neomjs/neo/issues/2114 |
| author | keckeroo |
| commentsCount | 3 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Sep 16, 2024, 4:37 AM |
examples/form/field/picker/ displays empty picker

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.
Describe the bug Picker is empty, no console error