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
1.0.0
Dropdown always keeps its "label" prop displayed, despite what is pressed on within the Dropdown.
Can the Dropdown display the selected "items -> label" instead?
No response
This is my custom Dropdown, for reference:
<Dropdown style = {{ boxShadow: "0 2px 8px rgb(0 0 0 / 30%)", borderRadius: "10px" }} inner shortThrow chevron = {false} label= <img src="./logo.png" /> items= {[ { label: <Link href="./">⚡</Link>, color: 'text' }, { label: <Link href="./active">Active</Link>, color: 'text' }, { label: <Link href="./my-history">My History</Link>, color: 'text' }, { label: <Link href="./feed">Feed</Link>, color: 'green' }, { label: <Link href="https://danielbelfort.notion.site/Just-Commit-9213dcd452184278a4f628b0e3f48e78" target="_blank" rel="noopener noreferrer"> About</Link>, color: 'textSecondary' }, ]} />
The text was updated successfully, but these errors were encountered:
also, adding "target="_blank" rel="noopener noreferrer" in the last label does not open the link in another tab.
is there a way to fix this? thanks!
Sorry, something went wrong.
for more: justcommit.app
No branches or pull requests
Is there an existing issue for this?
Package Version
1.0.0
Current Behavior
Dropdown always keeps its "label" prop displayed, despite what is pressed on within the Dropdown.
Expected Behavior
Can the Dropdown display the selected "items -> label" instead?
Steps To Reproduce
No response
Anything else?
This is my custom Dropdown, for reference:
The text was updated successfully, but these errors were encountered: