Skip to content
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

feature(ui5-option): tooltip property added #8827

Merged
merged 3 commits into from
Apr 30, 2024
Merged

feature(ui5-option): tooltip property added #8827

merged 3 commits into from
Apr 30, 2024

Conversation

yanaminkova
Copy link
Member

@yanaminkova yanaminkova commented Apr 23, 2024

The private title property, previously available in the ui5-option component, has been removed.
It is replaced by a new property named tooltip, used for defining the text of the tooltip that would be displayed for the ui5-option component.
Now, you can set the tooltip of the ui5-option as it follows:

<ui5-select id="selectTooltip">
    <ui5-option tooltip="Cozy">Cozy</ui5-option>
    <ui5-option tooltip="Compact">Compact</ui5-option>
    <ui5-option selected tooltip="Condensed">Condensed</ui5-option>
</ui5-select>

Related to: #8461, #7887

@nnaydenow
Copy link
Contributor

Hi @yanaminkova,

This PR seems to be more like feature instead of refactoring. Please change the PR title and remove breaking change label.

@yanaminkova yanaminkova changed the title refactor(ui5-option): tooltip property added feature(ui5-option): tooltip property added Apr 24, 2024
@yanaminkova yanaminkova requested a review from nnaydenow April 25, 2024 07:35
Copy link
Contributor

@nnaydenow nnaydenow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@yanaminkova yanaminkova merged commit 34311c0 into main Apr 30, 2024
9 checks passed
@yanaminkova yanaminkova deleted the ui5-option2.0 branch April 30, 2024 05:47
@ilhan007 ilhan007 mentioned this pull request Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants