Files
backstage/packages
Johan Persson 1b3dea2092 Fix ToggleButtonGroup orientation prop not reaching React Aria
orientation was listed in propDefs with dataAttribute: true, which
caused useDefinition to extract it from restProps. React Aria's
ToggleButtonGroup never received it and defaulted to horizontal.

Remove orientation from propDefs and OwnProps so it flows through
restProps to React Aria, which handles data-orientation itself.

Signed-off-by: Johan Persson <johanopersson@gmail.com>
2026-02-27 17:18:03 +01:00
..
2026-02-26 00:32:23 +01:00