AgnosticUI is a set of UI primitives that start their lives in clean HTML and CSS. These standards compliant components are then copied to our framework implementations in: React, Vue 3, Angular, and Svelte.
Hit down arrow on trigger button
Result: Focus on last item
Expected: Focus on first item
Additionally, the 5th example has item 5 disabled, and that appears to completely bork the initial down arrow into menu options from the trigger button.
Note: Will need to check in other frameworks and republish bumped npm version
Above was Vue specific bug and was fixed and the Vue package was bumped and published
[x] npm publish Svelte, React, Vue
[x] BUG: Noticed on docs for menu (Vue):
Hit down arrow on trigger button Result: Focus on last item Expected: Focus on first item
Additionally, the 5th example has item 5 disabled, and that appears to completely bork the initial down arrow into menu options from the trigger button.
Note: Will need to check in other frameworks and republish bumped npm version
Above was Vue specific bug and was fixed and the Vue package was bumped and published