19 Nov 2024 08:47 AM
Solved! Go to Solution.
19 Nov 2024 01:45 PM
20 Nov 2024 10:40 AM
Hi @Peter_Youssef !
We already check the documentation and our issue is not documented 😞
21 Nov 2024 03:58 PM
Hi jegron,
you should try to set "nullable" to "false" (and provide "default" value in this case). Then "minLength" of "0" should be considered by the framework. The thing is that for "nullable" fields minimum "minLength" is always "1", meaning in your case where it's true it will create an error.
Let me know if that helps.
23 Nov 2024 07:08 PM
Thanks @haris !