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

MudInput: Add class when AutoGrow is enabled #8234

Merged
merged 4 commits into from Mar 15, 2024

Conversation

danielchalmers
Copy link
Contributor

@danielchalmers danielchalmers commented Feb 25, 2024

Description

Simply adds a class to MudInput if AutoGrow is enabled for more extensibility.

How Has This Been Tested?

unit

Types of changes

  • 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)

Checklist:

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

@github-actions github-actions bot added enhancement New feature or request PR: needs review labels Feb 25, 2024
Copy link

codecov bot commented Feb 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.74%. Comparing base (ee80e01) to head (e03254f).
Report is 59 commits behind head on dev.

Additional details and impacted files
@@            Coverage Diff             @@
##              dev    #8234      +/-   ##
==========================================
+ Coverage   88.25%   88.74%   +0.48%     
==========================================
  Files         394      407      +13     
  Lines       11742    12187     +445     
  Branches     2377     2429      +52     
==========================================
+ Hits        10363    10815     +452     
+ Misses        854      847       -7     
  Partials      525      525              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@danielchalmers danielchalmers changed the title Add class to MudTextField when AutoGrow is enabled MudTextField: Add class when AutoGrow is enabled Feb 25, 2024
@danielchalmers danielchalmers changed the title MudTextField: Add class when AutoGrow is enabled MudInput: Add class when AutoGrow is enabled Mar 14, 2024
@henon henon merged commit 4297eb5 into MudBlazor:dev Mar 15, 2024
3 checks passed
@danielchalmers danielchalmers deleted the autogrow-class2 branch April 4, 2024 23:45
biegehydra pushed a commit to biegehydra/MudBlazor that referenced this pull request Apr 26, 2024
* Add class to MudTextField when AutoGrow is enabled
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants