@tannerlinsley Can we use this to just distribute the skills we already have? Or do we have to go through the entire scaffold process to make them “intent” compatible?
@devongovett More robust multi selection support using the Combobox and possibly Tags. Would love some navigation related components as well.
Also possibly some drawer support that isn’t a Modal.
@devongovett Any update on the multi select Combobox or TagField? Have been loving the Select, but our users are hungry for more!
Keep up the great work!
@devongovett I am just curious about your thoughts on libraries like react-hook-form? It seems like you still have some open issues related to focusing invalid fields that make rac hard to integrate with that library. I have not tried tanstack-forms yet.
@mattpocockuk Any suggestions on courses to get started using all of these AI tools? Will definitely be taking all of yours, but curious if you have suggestions. Primary focus is a library maintainer looking to help people consume our packages with AI tools.
@mattpocockuk The main problem seems to be how jest resolves the modules, even on Node 22, it just ends up giving me resolution errors for the package.
This is the primary thing holding me back from cutting out CJS
@devongovett One thing I am curious about with Dialogs and Modals, is there a way to “embed” one inside a container, or will they always attach to the entire page?