Adornment Tooltips for MudInputs
Feature request type
Enhance component
Component name
MudBaseInput
Is your feature request related to a problem?
When using Adornment Icons to let the user know the state of an input or if the adornment is interactive what happens when the user clicks on it does not currently exist. For example, if you use an AdornmentIcon with the OnAdornmentClick event, there is no way to tell the user what clicking the adornment would do. Adding a tooltip option would allow developers to provide useful information to end users about the action that will be performed when interacting with an adornment, or additional details about what the adornment means even if its not interactive.
Describe the solution you'd like
I would like to have an additional property called AdornmentTooltip that will allow us to provide additional details if provided
Have you seen this feature anywhere else?
I am not sure.
Describe alternatives you've considered
To not use the AdornmentIcon and instead use MudStack with a MudInput and MudIconButton wrapped in a MudTooltip
Pull Request
- I would like to do a Pull Request
Code of Conduct
- I agree to follow this project's Code of Conduct
Source: MudBlazor/MudBlazor