radix-ng / primitives

Angular port of Radix UI Primitives. Accessible. Customizable. Shadcn Angular port.
https://radix-ng.com
MIT License
106 stars 6 forks source link

Primitives / Radio Group: Tab causes value to change / keyboard inputs feel off #95

Closed ValentinFunk closed 1 month ago

ValentinFunk commented 1 month ago

Bug report

Current Behavior

When tabbing through a radio group the tabbed-to radiobox becomes selected. Arrow keys do not change the value.

Expected behavior

You can tab to give the radiogroup focus, then change the value by using arrow keys

Reproducible example

Compare examples:

github-actions[bot] commented 1 month ago

Hey @ValentinFunk! Thank you for opening your first issue, one of our team members will review it as soon as it possible. ❤️🎉

pimenovoleg commented 1 month ago

@ValentinFunk

Thank you for reporting this issue! We've added support for the keyManager, which should resolve the problem. Let us know if you encounter any further issues.

https://www.radix-ng.com/?path=/docs/primitives-radio-group--docs

ValentinFunk commented 1 month ago

Looks great and that was very quick, thank you!