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
Would it be possible to override the current button in a USelectMenu, similar to how it works in a UDropdownMenu?
Example:
<USelectMenu> <UButton/> </USelectMenu>
No response
The text was updated successfully, but these errors were encountered:
No you can't do that with the SelectMenu, however you can pass any prop like the UButton to customize it. What is it you're trying to achieve?
SelectMenu
UButton
Sorry, something went wrong.
Basically just trying to make it look like a normal button, with the dropdown attached.
This is already a Button underneath, would you mind being a bit more specific? Not sure to understand 😬
No branches or pull requests
Description
Would it be possible to override the current button in a USelectMenu, similar to how it works in a UDropdownMenu?
Example:
Additional context
No response
The text was updated successfully, but these errors were encountered: