Skip to content

MudTextField: Fix excessive height with AutoGrow, Outlined, Dense, and Adornment#11600

Merged
danielchalmers merged 1 commit intoMudBlazor:devfrom
mathdx1111:Fix-Cursor-On-Second-Line
Jul 5, 2025
Merged

MudTextField: Fix excessive height with AutoGrow, Outlined, Dense, and Adornment#11600
danielchalmers merged 1 commit intoMudBlazor:devfrom
mathdx1111:Fix-Cursor-On-Second-Line

Conversation

@mathdx1111
Copy link
Contributor

Description

Resolves #11516
The cursor was starting in the second line. After the fix, it starts on the first one.

How Has This Been Tested?

It has been tested in localhost

Type of Changes

  • [ x] Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation (fix or improvement to the website or code docs)

before:
image

after:
image

Checklist

  • [x ] The PR is submitted to the correct branch (dev).
  • [x ] My code follows the code style of this project.
  • [ x] I've added relevant tests.

@github-actions github-actions bot added the bug Unexpected behavior or functionality not working as intended label Jul 5, 2025
@sonarqubecloud
Copy link

sonarqubecloud bot commented Jul 5, 2025

@danielchalmers danielchalmers changed the title Fix MudTextField with AutoGrow=true, Variant.Outlined, Margin.Dense and Adornment starts cursor on the second line MudTextField: Fix excessive height with AutoGrow, Outlined, Dense, and Adornment Jul 5, 2025
@danielchalmers
Copy link
Member

Thank you!

@danielchalmers danielchalmers merged commit 2a4b826 into MudBlazor:dev Jul 5, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Unexpected behavior or functionality not working as intended

Projects

None yet

Development

Successfully merging this pull request may close these issues.

MudTextField with AutoGrow=true, Variant.Outlined, Margin.Dense and Adornment starts cursor on the second line

2 participants