Quantcast
Channel: Active questions tagged blazor - Stack Overflow
Viewing all articles
Browse latest Browse all 4839

Blazor WASM: MudTextField and browser's autocomplete

$
0
0

MudTextField is used to enter the login (phone number with a mask).If the browser autocompletes the saved login value in the field, it is not read when processing the input - the Value and the Text of the MudTextField remain empty.Am I doing something wrong or is it a component bug?

<MudTextField Mask="@_mask1" Adornment="Adornment.Start" AdornmentText="@($"+{_dialCode}")" Margin="Margin.Dense" Style="height:36px" FullWidth="true" ref="_txt" T="string" @bind-Text="_phone" Variant="Variant.Outlined" Clearable="true" InputType="InputType.Telephone"  />

Viewing all articles
Browse latest Browse all 4839

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>