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

Tooltip always inline #3191

Closed
0xor1 opened this issue Nov 30, 2021 · 0 comments
Closed

Tooltip always inline #3191

0xor1 opened this issue Nov 30, 2021 · 0 comments
Assignees
Labels
Type: Bug 🐞 Something isn't working

Comments

@0xor1
Copy link

0xor1 commented Nov 30, 2021

Describe the bug
I am creating a <Tooltip Inline="false" Multiline="true" Text="lorum ipsum">, but it is resulting in <div class="b-tooltip b-tooltip-top b-tooltip-inline" ... which still includes the b-tooltip-inline class which is throwing off our page styling.

To Reproduce
Steps to reproduce the behavior:

using this structure:

    <Field ColumnSize="ColumnSize.Is6">
        <FieldLabel>Unit Price</FieldLabel>
        <FieldBody>
            <Tooltip Inline="false" Multiline="true" Text="lorum ipsum, yada yada">
                <Validation>
                    <NumericEdit Decimals="2" @bind-Value="@model.UnitPrice">
                        <ValidationError/>
                    </NumericEdit>
                </Validation>
            </Tooltip>
        </FieldBody>
    </Field>

tooltip still has inline class applied to it.

Expected behavior
b-tooltip-inline class should not be applied to tooltip tag

@stsrki stsrki added this to the 0.9.5 Support milestone Nov 30, 2021
@stsrki stsrki added the Type: Bug 🐞 Something isn't working label Nov 30, 2021
@stsrki stsrki self-assigned this Nov 30, 2021
This was referenced Dec 1, 2021
@stsrki stsrki closed this as completed Dec 1, 2021
@stsrki stsrki added this to Support Aug 3, 2024
@stsrki stsrki moved this to ✔ Done in Support Aug 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug 🐞 Something isn't working
Projects
Archived in project
Development

No branches or pull requests

2 participants