[Feature] Inner array validation #9
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Problem
My model accepts strictly an array of 32 numbers. But you can send any number of numbers in a request, and then the model behaves incorrectly.
Solution
You need to add a validator to the web component, the length of the incoming array. The validator should be optional. Add the ability to configure the input array length validator in the web component settings and configuration files.
Examples
The text was updated successfully, but these errors were encountered: