We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
currently there's no way to extend an autocomplete's variant with input's style override.
const Extended = extendVariants(NextUIAutocomplete, { variants: { variant: { faded: { inputWrapper: [ 'bg-default-900', // 'border-medium', // 'border-default-300', // 'data-[hover=true]:border-default-500', ], }, }, }, });
<Extended variant="faded" inputProps={{ classNames: { inputWrapper: [
but that feels like a hack
No response
The text was updated successfully, but these errors were encountered:
ENG-1544 [Feature Request] Allow to extend autocomplete's inputwrapper
Sorry, something went wrong.
idk, bot got mad #2975, dupe
No branches or pull requests
Is your feature request related to a problem? Please describe.
currently there's no way to extend an autocomplete's variant with input's style override.
Describe the solution you'd like
Describe alternatives you've considered
but that feels like a hack
Screenshots or Videos
No response
The text was updated successfully, but these errors were encountered: