Make "read-only" input more obvious

Aperta
#272 7 commenti 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
3/5
Tempo stimato
1-2 giorni
Idoneità per principianti
56/100
Tipo di issue
Funzionalità
Chiarezza
Abbastanza chiara
Stato di attività
Tranquilla
Stack tecnologico
typescript

Direzione di ricerca

Inizia con il i15-1 puck-selection component ed esamina Atlas Issue #146 e la discussione della PR collegata sul comportamento read-only esistente. Rendi i componenti read-only visivamente distinguibili senza trattarli come disabled, quindi verifica che il valore rimanga focalizzabile, venga annunciato e resti nell'ordine di tabulazione.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

accepted

Atlas Issue #146: For the i15-1 puck selection a component was made read-only (see discussion) but it's not obvious to a user that this is read-only at a glance. We should make read only components more visually distinctive

Image
What is the difference between Disabled and Read-only?

In a nut shell:
Disabled: field doesn’t apply right now (irrelevant). It is removed from tab order (skipped by assistive technologies), not submitted as data. Example: when a field is inactive, because you need to select something else before this one is relevant, or, when items are being loaded into a list (disabled until active).
Read-only: value still matters, just locked. Stays focusable, announced, and in tab order. The user needs to read it, not just see it greyed out. With a normal text field,read-only means you can select it or copy text from it (with Select I'm not so sure). Example: the current state of an item is locked, but current selection is viable information, or, see the status assigned by another user, but you cannot change it yourself.

Lingua principale
TypeScript
Stelle
8
Fork
3
Merge medio
2g 6h
PR unite (30g)
11

Guida per i contributori

Apri la guida per i contributori

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di DiamondLightSource/sci-react-ui

Tutte le issue di DiamondLightSource/sci-react-ui

Issue simili

Altre issue su TypeScript

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.