<MudTextField AdornmentColor="Color.Primary" AdornmentText="AText" OnAdornmentClick="AdornmentChange" Margin="Margin.Dense" Adornment="Adornment.End" ReadOnly="rt.AutoWidth" @bind-Value="rt.width" Label="Width" Variant="Variant.Outlined" />
How can i enable the onclick on Adornment text. I just click on Adornment text and the text changed
<MudTextField AdornmentColor="Color.Primary" AdornmentText="@AText" OnAdornmentClick="AdornmentChange" Margin="Margin.Dense" Adornment="Adornment.End" ReadOnly="rt.AutoWidth" @bind-Value="rt.width" Label="Width" Variant="Variant.Outlined" />
i Have tried this code but it’s not work
New contributor
Mahar Faiq lak is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.