Skip to content

MudBaseInput: Remove obsoleted KeyPress related APIs#8476

Merged
henon merged 2 commits intoMudBlazor:devfrom
danielchalmers:relic-baseinput
Mar 27, 2024
Merged

MudBaseInput: Remove obsoleted KeyPress related APIs#8476
henon merged 2 commits intoMudBlazor:devfrom
danielchalmers:relic-baseinput

Conversation

@danielchalmers
Copy link
Member

Description

How Has This Been Tested?

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 breaking change This change will require consumer code updates PR: needs review labels Mar 26, 2024
@codecov
Copy link

codecov bot commented Mar 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.16%. Comparing base (9bb4af1) to head (eccc7d9).
Report is 13 commits behind head on dev.

Additional details and impacted files
@@            Coverage Diff             @@
##              dev    #8476      +/-   ##
==========================================
+ Coverage   88.76%   89.16%   +0.39%     
==========================================
  Files         416      411       -5     
  Lines       12359    12162     -197     
  Branches     2458     2431      -27     
==========================================
- Hits        10971    10844     -127     
+ Misses        855      784      -71     
- Partials      533      534       +1     

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

@mikes-gh
Copy link
Contributor

LGTM

@onpaste="@OnPaste"
value="@_internalText"
maxlength="@MaxLength"
@onkeydown:preventDefault="@KeyDownPreventDefault"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know it's not related to the PR, but i guess we can fix the formatting in right away, the onkeydown:preventDefault has also the same problem

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, not sure what you mean by this. The number of spaces before each line?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Screenshot_20240327-041423

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

gotcha. tabs are now spaces

@ScarletKuro
Copy link
Member

Otherwise LGTM

@ScarletKuro ScarletKuro requested a review from henon March 27, 2024 00:06
@henon henon mentioned this pull request Mar 27, 2024
@henon henon added API change Modifies the public API surface v7 and removed PR: needs review labels Mar 27, 2024
@henon henon merged commit a2e68f9 into MudBlazor:dev Mar 27, 2024
@henon
Copy link
Contributor

henon commented Mar 27, 2024

Added to v7.0.0 Migration Guide #8447

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

Labels

API change Modifies the public API surface breaking change This change will require consumer code updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants