You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Kaa project
Hi!
What function does the maxLength property in the Avro schemas have in Kaa solution?
- Only for Kaa UI, or is this a real feald length validation performed on the schema?
Igor Kulikov
unread,
Feb 29, 2016, 3:05:20 AM2/29/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Kaa project
Hi,
It's custom property of the avro string type field. The purpose of this property is to limit maximum number of entered chars in the input field. Validation is performed on the UI side only and there is no such validation while processing of the schema.
Thanks, Igor
Andrew Kokhanovskyi
unread,
Feb 29, 2016, 6:04:38 AM2/29/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Kaa project
FYI, there is also a backlog story in AUI to support a more flexible validation framework, which will also be based on extension schema fields.