-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
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
[Lens] Add datasource fields group help text #85544
Conversation
Pinging @elastic/kibana-app (Team:KibanaApp) |
This looks good from my perspective, but I'd like to pull in @gchaps for a second pair of eyes. |
LGTM |
@elasticmachine merge upstream |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just left a nit
<strong>{label}</strong> | ||
<p> | ||
<strong>{label}</strong> | ||
{!!helpTooltip && ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we insert a blank here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copy and behavior LGTM! Tested in FF
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left one small comment for your review, but looks good to me otherwise. Nice job! Approving now so as not to hold you up any further.
<p> | ||
<strong className={titleClassname}>{label}</strong> | ||
{!!helpTooltip && ( | ||
<EuiIconTip | ||
aria-label={helpTooltip} | ||
type="questionInCircle" | ||
color="subdued" | ||
size="s" | ||
position="right" | ||
content={helpTooltip} | ||
iconProps={{ | ||
className: 'eui-alignTop', | ||
}} | ||
/> | ||
)} | ||
</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove the wrapping p
element. It is not necessary and it is invalid HTML5 to have it as a child of a button
.
💚 Build SucceededMetrics [docs]Async chunks
Distributable file count
History
To update your PR or re-run it, just comment with: |
Co-authored-by: Kibana Machine <[email protected]>
Co-authored-by: Kibana Machine <[email protected]> Co-authored-by: Kibana Machine <[email protected]>
Summary
Fix: #83321
This PR adds some help text to explain how the criteria for the fields groups in Lens.
Checklist
Delete any items that are not applicable to this PR.