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
If input group lays inside of control group I cant hover a rightElement button of input group when input focused. It happens because of this rule https://github.com/palantir/blueprint/blob/master/packages/core/src/components/forms/_control-group.scss#L85 So inputs lays over rightElement button when focused
<div class="pt-control-group"> <div class="pt-input-group"> <span class="pt-icon pt-icon-search"></span> <input type="text" placeholder="Search..." class="pt-input" style="padding-right: 30px;"> <span class="pt-input-action"> <button class="pt-button pt-icon-small-cross pt-intent-warning pt-minimal" type="button"></button> </span> </div> </div>
button unavailable
button should be available
The text was updated successfully, but these errors were encountered:
Fixed by #239
Sorry, something went wrong.
cmslewis
No branches or pull requests
Bug Report
Describe the issue:
If input group lays inside of control group I cant hover a rightElement button of input group when input focused.
It happens because of this rule https://github.com/palantir/blueprint/blob/master/packages/core/src/components/forms/_control-group.scss#L85
So inputs lays over rightElement button when focused
Actual behavior:
button unavailable
Expected behavior:
button should be available
The text was updated successfully, but these errors were encountered: