ni / ni/nimble

nimble-picker Component

Open
#458 9 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement new component ozone
Dominant language
TypeScript
Stars
39
Forks
14
Avg merge
1d 16h
Merged PRs (30d)
13

Description

😯 Problem to Solve

Create a component based on the FAST picker that shows selections from a list of options.

💁 Proposed Solution

  • FAST component: https://github.com/microsoft/fast/tree/master/packages/web-components/fast-foundation/src/picker
    Note that FAST component is currently in alpha phase, so there may be bugs/issues.
  • Visual Design: spec
  • Needs to support adding "invalid" elements and a way to visually style them differently from "valid" elements. This can happen if a user selected a valid element but then the underlying list of valid items changes; we'd like to give users feedback that their selection is no longer valid rather than just removing the item automatically or leaving it shown as valid.

Looks something like this:

Frame 9939

or this from the PDV app in SLE:
image

📋 Tasks

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing the FAST picker reference, the linked interaction design issue (#1214), and the visual design issue (#745), then compare them with the linked Figma specification. The work is complete when the picker custom element, invalid-selection styling, tests, Storybook coverage and docs, framework wrappers, example apps, and README status update are addressed.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
frontend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.