solidjs-community / solid-aria

A library of high-quality primitives that help you build accessible user interfaces with SolidJS.
Other
289 stars 16 forks source link

Fix passing user props through #72

Open thetarnav opened 2 years ago

thetarnav commented 2 years ago

Fixes #69

createFocusable, createButton and createToggleButton should pass user props back with the returned props object. I'm guessing that this is the way all of the primitives should work, but if not, let me know.

TODO:

changeset-bot[bot] commented 2 years ago

🦋 Changeset detected

Latest commit: 0dfc90370cae05077324b3d2400325f64d168ffa

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 4 packages | Name | Type | | ---------------------- | ----- | | @solid-aria/button | Patch | | @solid-aria/focus | Patch | | @solid-aria/textfield | Patch | | @solid-aria/primitives | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR