Autocomplete FluentValidations #5129
Unanswered
mdmontesinos
asked this question in
Q&A
Replies: 1 comment 7 replies
-
The problem with that approach is that Autocomplete already has a Validation component defined internally. So it will not be able to override it. I will create a ticket from this discussion and investigate what can be done. Maybe we can just add new HandlerType parameter and then propagate it to the internal Validation. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
As far as I've read in related issues, currently neither DataAnnotations nor FluentValidations is supported in Autocomplete component.
#4628, #4767, #3537, #4407
Which is the most appropriate/viable way to use FluentValidations making use of the Validator in the Autocomplete?
I was wondering if it's possible to access the FluentValidationHandler defined in the component to manually validate the property in the Validator.
Something like:
Beta Was this translation helpful? Give feedback.
All reactions