| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| braid-design-system@34.6.2 source code.tar.gz | 2026-08-12 | 1.1 MB | |
| braid-design-system@34.6.2 source code.zip | 2026-08-12 | 1.7 MB | |
| README.md | 2026-08-12 | 762 Bytes | |
| Totals: 3 Items | 2.8 MB | 0 | |
Patch Changes
-
Autosuggest: Add
translate="no"to the suggestion list and the ARIA live announcement region to prevent browser translations from wrapping text nodes in<font>elements, which breaks React DOM updates. Also key suggestion rows by index instead ofindex + text, so locale changes to suggestion labels no longer remount the list, and numeric text can no longer collide keys via string concatenation. (#2117) -
Autosuggest: Allow the suggestions list to flip above the field when there is insufficient space below, and keep keyboard highlight scrolling inside the menu so it no longer jumps the page (#2113)