We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
input EditWidth { width: BigDecimal @Positive @Digits(integer: 10, fraction: 2) }
How to handle the Positive directive?
Positive
this format always expects arguments
directive: arg1: schemaApi arg2: ["schemaApi2", "Hello $1"]
It would be ideal to be able to define directive mapping without arguments like:
directives: { Positive: "positive" }
The text was updated successfully, but these errors were encountered:
Better support for custom directives
d0a3bb8
* Add support for directives without arguments like `@required()` * Add support for custom directive mapping Closes Code-Hex#422, Code-Hex#781
b9ffecb
No branches or pull requests
How to handle the
Positive
directive?this format always expects arguments
It would be ideal to be able to define directive mapping without arguments like:
The text was updated successfully, but these errors were encountered: