Skip to content

MudAutocomplete: add InputClass#10064

Merged
ScarletKuro merged 1 commit intoMudBlazor:devfrom
danielchalmers:autocomplete-input-class
Oct 20, 2024
Merged

MudAutocomplete: add InputClass#10064
ScarletKuro merged 1 commit intoMudBlazor:devfrom
danielchalmers:autocomplete-input-class

Conversation

@danielchalmers
Copy link
Member

Description

Like #7596. Closes #4940. And closes #4926 because we don't want more Style properties.

How Has This Been Tested?

unit

Type 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)
  • Documentation (fix or improvement to the website or code docs)

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 Adds a new feature or enhances existing functionality (not fixing a defect) in the main library PR: needs review labels Oct 20, 2024
@codecov
Copy link

codecov bot commented Oct 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.13%. Comparing base (af7d684) to head (a08601a).
Report is 1 commits behind head on dev.

Additional details and impacted files
@@           Coverage Diff           @@
##              dev   #10064   +/-   ##
=======================================
  Coverage   91.12%   91.13%           
=======================================
  Files         410      410           
  Lines       12456    12459    +3     
  Branches     2419     2419           
=======================================
+ Hits        11351    11354    +3     
  Misses        560      560           
  Partials      545      545           

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement Adds a new feature or enhances existing functionality (not fixing a defect) in the main library

Projects

None yet

Development

Successfully merging this pull request may close these issues.

MudAutocomplete not respecting style

2 participants