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
We'll want to mark up our error messages as translatable strings.
Support an errors = {} argument for overriding the error strings.
Support errors as an attribute adding the the defaults, rather than overriding them.
In my forked version of the repo, I've added the ability to override error messages via passing over additional optional keyword arguments to the Field class. I also needed to pass an optional placeholder message for the input form. It can address some of these issues.
This is sort of my first real attempt at contributing to a project so not sure what protocol I should follow. I read the contribution guidelines about prior discussion.
To be honest I think we won't be adding new features to the project as it's not being maintained actively.
If you want maybe you can do #124 in typesystem but the main focus is on projects pinned in the Encode organisation like HTTPX, Starlette and Uvicorn and any kind of contribution is welcome :)
errors = {}
argument for overriding the error strings.errors
as an attribute adding the the defaults, rather than overriding them.The text was updated successfully, but these errors were encountered: