I’m able to do a one-way link using {{ jsonSchemaForm.data.whatever }}
, but when I’m going to connect the properties on the page to values in the URL, I can’t select any of the JSON-Schema form fields.
I think that the kinds of fields which can be linked here are limited to ones that are supported by .setValue(), or has a .value property. A workaround here might be using a temporary state as an intermediary