-
<FluentDatePicker Label="Deadline" @bind-Value="@Content.Deadline" /> Like this example |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
Hi, I don't quite understand your problem or question. Could you give me more details? |
Beta Was this translation helpful? Give feedback.
-
If I use The component parameter 'ValueChanged' is used two or more times for this component. Parameters must be unique (case-insensitive). The component parameter 'ValueChanged' is generated by the '@bind-Value' directive attribute. |
Beta Was this translation helpful? Give feedback.
-
Yes, this is the classic Blazor way for Two-way binding.
See also |
Beta Was this translation helpful? Give feedback.
-
It's also possible to bind Switch value to a parameter and write additional logic in setter.
|
Beta Was this translation helpful? Give feedback.
Yes, this is the classic Blazor way for Two-way binding.
See also