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
Not really an answer to your question, but you can use additionalProperties to add previously undefined keys, it doesn't have a validation on the key value itself tho.
First of all, thanks for an awesome library.
Are there any plans to support dynamic object properties defined with
patternProperties
?For instance, here is a basic example:
This validates an object with any key that has a value from the enum. However, rendering the corresponding UI fails with the following error:
The text was updated successfully, but these errors were encountered: