Materialdesigninxamltoolkit: MaterialDesignTextFieldBoxTextBox not complete to spec

Created on 11 Sep 2017  路  3Comments  路  Source: MaterialDesignInXAML/MaterialDesignInXamlToolkit

Spec here in short gif

  • There should be bottom border (clipped on each side) even when it's not in focus.
  • There should be a shadow indicting mouse hover over.
  • There should be a ripple effect when focused.
  • Hint should automatically move up when focused.

Most helpful comment

@bebenins Point 4 is actually implemented, try the code below :

<TextBox 
    materialDesign:HintAssist.Hint="Floating Hint"
    Style="{StaticResource MaterialDesignFloatingHintTextBox}" />

For point 1 to point 3, I think these are the latest specification, should be implemented soon.

All 3 comments

@bebenins Point 4 is actually implemented, try the code below :

<TextBox 
    materialDesign:HintAssist.Hint="Floating Hint"
    Style="{StaticResource MaterialDesignFloatingHintTextBox}" />

For point 1 to point 3, I think these are the latest specification, should be implemented soon.

@ButchersBoy Do you plan to implement this soon? Because I thought their latest spec is more user friendly, as I recently just found out that some user are actually not familiar with the single-lined textbox, they don't feel like it's a textbox.

Fixed by #840

Was this page helpful?
0 / 5 - 0 ratings