We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e71f3a4 commit bf24664Copy full SHA for bf24664
1 file changed
src/CodeBeam.MudBlazor.Extensions/Components/PasswordField/MudPasswordField.razor
@@ -28,9 +28,9 @@
28
Style="@Style"
29
Variant="@Variant"
30
Value="@ReadText"
31
- ValueChanged="(s) => SetTextAsync(s)"
+ ValueChanged="(s) => SetTextAndUpdateValueAsync(s)"
32
Placeholder="@Placeholder"
33
- Disabled=@Disabled
+ Disabled="@Disabled"
34
Underline="@Underline"
35
ReadOnly="@ReadOnly"
36
MaxLength="@MaxLength"
0 commit comments