helpscout / hsds-react

Help Scout Design System (HSDS) — React Component Library
MIT License
86 stars 17 forks source link

EditableField issues #1025

Closed tinkertrain closed 2 years ago

tinkertrain commented 2 years ago

Multiple values with options EFs

Problem

Found an issue that when clicking around values in the same field, the active state was all wonky: CleanShot 2022-02-04 at 11 36 14

Solution

Check if the next element receiving focus is part of the same EF and act accordingly: CleanShot 2022-02-04 at 11 38 02

Custom html attributes on action buttons

Pass a buttonAttrs object to attach attributes directly on the html button (such as aria labels): { buttonAttrs: { 'aria-label': 'My important button' } }

cloudflare-pages[bot] commented 2 years ago

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 7c0a44e
Status:⚡️  Build in progress...

View logs