RXNT / react-jsonschema-form-conditionals

react-jsonschema-form-conditionals

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement Actions mechanism, that would satisfy require, remove and ui:replace, that should satisfy most of the use cases

mavarazy opened this issue · comments

In order to satisfy basic use cases, we need to support at least 3 actions:
require - make a field required
remove - remove field from JSON schema
ui:replace - replace ui:options for the field with configured one

Works