Results 65 comments of eduo

I don't think so, but I could be wrong and may just be misunderstanding. headerTemplate allows you to use a variable inside the object for the title. In my example,...

> I believe you are looking for [headerTemplate](https://github.com/json-editor/json-editor#dynamic-headers) I can confirm that unless the template engine can allow me to go upwards in the json hierarchy, I can't customize the...

> You need to see the JSON Schema as a JSON Schema. In a schema, you can't use arguments for customized definitions. IMHO, you should solve it by just having...

(I should note the example is extremely simplified. Using anyOf and duplicating the schema with the multiple options may be suggested but it doesn't scale well when the fields affected...

Further testing seems to indicate if-then-else is not touching several cases. I am writing a different issue where if-then-else can be used to hidden:true or false for a column in...

Subscribing, since I'm in the same situation where I want to change the defaultProperties depending on a root.something value chosen from an enum.

> In this context, "anyOf" is the preferred choice as it allows for the use of a switcher to accommodate multiple UI or form scenarios, while "if-then-else" is more suitable...

Got it! Considering that it originally seemed to work, and the issue was not with the function itself but with the implementation of Cleave (the issue still remains, if you...

> Hello @eduo, I don't quite understand. What is meant by popup? a select input? Sorry. Yes. English is not my native language and I sometimes mix the "colloquial" names...

> How about using `autocomplete`? https://github.com/json-editor/json-editor/blob/master/README_ADDON.md#autocomplete Quick question: I need autocomplete results to be prefiltered by the contents of a previous field (postal code). Is it possible to pass the...