You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ried to find if it's currently possible in docs and on the web, but to no avail. Apologies if I'm missing something.
If it's not implemented already, can we have the possibility to customize the parsing logic. My use case is to implement NonBlankString (similar to NonEmptyStr but before validation, strips the string value first).
Thanks.
The text was updated successfully, but these errors were encountered:
@akefirad This is just a matter of overriding the parse method in a subclass, but I see your point this could be explicitly documented. Let's keep this issue open to track that.
antonagestam
changed the title
Ability to Override parse Method
Document ability to override parse method
May 26, 2024
I ried to find if it's currently possible in docs and on the web, but to no avail. Apologies if I'm missing something.
If it's not implemented already, can we have the possibility to customize the parsing logic. My use case is to implement NonBlankString (similar to NonEmptyStr but before validation, strips the string value first).
Thanks.
The text was updated successfully, but these errors were encountered: