Open janechu opened 5 years ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
There should be an interface for the
Form
that allows forpatternProperties
which should work in a simlar fashion toadditionalProperties
.This should allow for a label, a property key, schema locations to follow the
patternProperties
path location when they match, and the use of form controls based on the requirements in thepatternProperties
.The specification can be found here.
This will allow native HTML schemas that need to be written to include data-* attributes.
Related to microsoft/fast#2169 Related to microsoft/fast#1652