Skip to content

MudInput: Fix FullWidth not applied#13294

Merged
danielchalmers merged 1 commit into
MudBlazor:devfrom
omarkurtovic:mudinput/fix-full-width
Jul 2, 2026
Merged

MudInput: Fix FullWidth not applied#13294
danielchalmers merged 1 commit into
MudBlazor:devfrom
omarkurtovic:mudinput/fix-full-width

Conversation

@omarkurtovic

Copy link
Copy Markdown
Contributor

Closes #6341

Hello,
MudInput was not filling the parent container because the outer div that the component renders did not have a width style applied. By adding the "mud-input-full-width" class to the div it is now expanding to fill the avaliable space correctly.

chrome_bdYk4aWYGb.mp4

Checklist:

  • I've read the contribution guidelines
  • My code follows the style of this project
  • I've added or updated relevant unit tests

@mudbot mudbot Bot added the bug Unexpected behavior or functionality not working as intended label Jun 17, 2026
@danielchalmers danielchalmers changed the title MudInput: Fix FullWidth MudInput: Fix FullWidth not applied Jul 2, 2026
@danielchalmers

Copy link
Copy Markdown
Member

Thank you!

@danielchalmers
danielchalmers merged commit 1e8b7c9 into MudBlazor:dev Jul 2, 2026
12 checks passed
This was referenced Jul 9, 2026
This was referenced Jul 13, 2026
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.

Input in MudItem is not filling whole width

2 participants