Json Schema Form Condition show/hide based on enum selected item
问题 I have an angular project in which I'm using JSON Schema Form (angular6-json-schema-form) to build forms in JSON schema. The json schema form specification allows the use of a condition switch to selectively show/hide elements based on the value of another form element. The only examples given in the docs though are simple boolean's (if X has a value or not, then show Y). In my example, I need to show/hide a "placeholder" text input when the text input type selected from a select list is one