MudBlazor/MudBlazor

Documentation: Add playground like example for MudNumericInput

Ouverte

#5 087 ouverte le 14 août 2022

 (1 commentaire) (1 réaction) (0 personne assignée)C# (1 631 forks)batch import
docsgood first issue

Métriques du dépôt

Stars
 (10 394 étoiles)
Métriques de merge PR
 (Merge moyen 6j 6h) (108 PRs mergées en 30 j)

Description

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

Guide contributeur