0phois / MudBlazor.StaticInput

Blazor Component Library extension for MudBlazor. Focusing on input components for Static Server-Side Rendered pages
MIT License
18 stars 2 forks source link

[Feature] Allow text field's adornment click #7

Closed arielmoraes closed 3 months ago

arielmoraes commented 3 months ago

Handle adornment clicks using javascript functions (optional).

A use case is the 'show password' adornment.

Two main things would need to change:

  1. MudBlazor creates the adornment using a button tag instead of a simple div
  2. The lib needs to provide a way to surface the click event from the button to a user-specified javascript handler