-
-
Notifications
You must be signed in to change notification settings - Fork 536
Closed
Description
Blazorise Version
1.6
What Blazorise provider are you running on?
FluentUI2
Steps to reproduce
<Field>
<FieldLabel RequiredIndicator>Date</FieldLabel>
<FieldBody>
<Validation Validator="@ValidationRule.IsDateSelected<DateTime?>">
<DatePicker TValue="DateTime?" DisplayFormat="dd/MM/yyyy" @bind-Date="@Date">
</DatePicker>
</Validation>
</FieldBody>
</Field>
What is expected?
No errors
What is actually happening?
RZ9986 Component attributes do not support complex content (mixed C# and markup). Attribute: 'Validator', text: 'ValidationRule.IsDateSelected<DateTime?>'
What browsers do you see the problem on?
No response
Any additional comments?
No response
Metadata
Metadata
Assignees
Labels
Type: Bug 🐞Something isn't workingSomething isn't working
Type
Projects
Status
✔ Done