Skip to content

HintAssist.FloatingOffset not working on floating hint text boxes in latest release #2362

@malu222

Description

@malu222

Steps to recreate:

Just create two textboxes, one with offset and one without: they actually look the same

 <TextBox    Style="{StaticResource MaterialDesignFloatingHintTextBox}"
                     materialDesign:HintAssist.Hint="Hint without offset"
                     Text="Something}">

<TextBox    Style="{StaticResource MaterialDesignFloatingHintTextBox}"
                     materialDesign:HintAssist.Hint="Hint with offset"
                     materialDesign:HintAssist.FloatingOffset="1,-42"
                     Text="Something}">

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions