MudBlazor/MudBlazor

Expose OnInput event from MudInput to MudTextField

オープン

#5,857 opened on 2022/11/26

 (1 件のコメント) (4 件のリアクション) (0 人の担当者)C# (1,631 件のフォーク)batch import
enhancementgood first issue

Repository metrics

Stars
 (10,394 個のスター)
PR merge metrics
 (平均マージ 6d 6h) (30d で 108 merged PRs)

説明

Feature request type

Enhance component

Component name

MudTextField

Is your feature request related to a problem?

In Blazor, it is possible to specify the bind event @bind-{PROPERTY}:event="oninput" to get a more reactive feel when the value in the text field changes. OnInput is an event that is exposed on the MudInput component but is not exposed on the MudTextField component.

Describe the solution you'd like

Update the MudTextField component to allow users to use the oninput event for property binding.

Have you seen this feature anywhere else?

No response

Describe alternatives you've considered

No response

Pull Request

  • I would like to do a Pull Request

Code of Conduct

  • I agree to follow this project's Code of Conduct

コントリビューターガイド