MudBlazor/MudBlazor

Documentation: Add playground like example for MudNumericInput

オープン

#5,087 opened on 2022/08/14

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

Repository metrics

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

説明

Feature request type

Other

Component name

MudNumericInput

Is your feature request related to a problem?

As stated in the discussion of #5077, after the great work of multiple contributors like @iXyles and @matyasbach, the MudNumericInput is now more "powerful" than ever. So, it would be great to show the new capabilities in an example where Max and Min can be set, types can be "normal" and nullable, and also the overflow behavior is show-cased.

Describe the solution you'd like

I don't have a clear picture in mind. I think a small "Form" where the user can choose different options (like

  • Type (byte, uint, double, etc)
  • IsNullable
  • Max and Min
  • and "unbound" to show the overflow behavior

Have you seen this feature anywhere else?

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

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