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
I am using ajv with ajv-i18n to localize validation messages, which is great.
Problem is on required properties, since it is using the property name in the message. Is it possible to use the title instead if available?
It would be benneficial even for english speaking users since instead of this: should have required property 'firstName'
user would see this: should have required property 'First Name'
I am using ajv with ajv-i18n to localize validation messages, which is great.
Problem is on required properties, since it is using the property name in the message. Is it possible to use the title instead if available?
It would be benneficial even for english speaking users since instead of this:
should have required property 'firstName'
user would see this:
should have required property 'First Name'
Example schema with title
The text was updated successfully, but these errors were encountered: