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
Select.Options
Expected behaviour: tooltip is shown after the specified delay on every mouse enter Actual behaviour: sometimes tooltip will not show (see the video)
Minimal example:
<Select> {[1, 2, 3, 4].map((num) => ( <Select.Option key={num} value={num.toString()} content={ <Tooltip content={num}> <span>{num}</span> </Tooltip> } /> ))} </Select>
The text was updated successfully, but these errors were encountered:
Hey @zzzorgo! Sorry for long response. This bug will be fixed here.
FYI popup won't triggered by hovering on options padding area
Sorry, something went wrong.
Will be fixed in the next release
Successfully merging a pull request may close this issue.
Expected behaviour: tooltip is shown after the specified delay on every mouse enter
Actual behaviour: sometimes tooltip will not show (see the video)
Minimal example:
Screen.Recording.2023-11-03.at.10.53.49.mov
The text was updated successfully, but these errors were encountered: