You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm building a dropdown having an <input/> as the trigger. I don't want to use <dropdown.Trigger /> as that adds another tabbable element (tabindex=0). I've got most of it in place, but now i want to access vPosition to conditionally change the border-radius. I don't see how this variable is exposed (I think not), caused by the hiding of variables through the "public api".
I think it would be great to just expose all internals, instead of selectively making a few variables available through "public api". "We're all adults here."
The text was updated successfully, but these errors were encountered:
I'm building a dropdown having an
<input/>
as the trigger. I don't want to use<dropdown.Trigger />
as that adds another tabbable element (tabindex=0
). I've got most of it in place, but now i want to access vPosition to conditionally change the border-radius. I don't see how this variable is exposed (I think not), caused by the hiding of variables through the "public api".I think it would be great to just expose all internals, instead of selectively making a few variables available through "public api". "We're all adults here."
The text was updated successfully, but these errors were encountered: