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 want to create my own components based on HeroUI components. Most of the components have a useButton, useCard, useInput, etc. that returns the classNames among other things, but classNames is missing from the return on useSelect.
Your Example Website or App
No response
Steps to Reproduce the Bug or Issue
Create your own Select
Copy the code below export function Select({...props}: SelectProps) { const styles = useSelect({...props})
Try to access styles.classNames
Get 'Property 'classNames' does not exist on type' error
Expected behavior
classNames available from the useSelect
Screenshots or Videos
No response
Operating System Version
Windows
Browser
Firefox
The text was updated successfully, but these errors were encountered:
HeroUI Version
2.6.14
Describe the bug
I want to create my own components based on HeroUI components. Most of the components have a useButton, useCard, useInput, etc. that returns the classNames among other things, but classNames is missing from the return on useSelect.
Your Example Website or App
No response
Steps to Reproduce the Bug or Issue
Create your own Select
Copy the code below
export function Select({...props}: SelectProps) { const styles = useSelect({...props})
Try to access styles.classNames
Get 'Property 'classNames' does not exist on type' error
Expected behavior
classNames available from the useSelect
Screenshots or Videos
No response
Operating System Version
Windows
Browser
Firefox
The text was updated successfully, but these errors were encountered: