You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
first of all thank you for the great module!
I as many others was looking for solution for resolving $ref in schemas. And after reading the issues where it is discussed decided to try the workaround that was shared in this issue - #118.
I can say it works but after a few clicks on the page.
When the page is loaded the form is rendered without $refs being resolved. So the form element for the schema property where the $ref is user is not displayed. But after 1- 2 clicks the form is being redrawn and the refs are resolved.
You're setting the schema twice, you want to save it as a different variable first, then set it as the schema for ASF once the load of refs has completed.
Hello,
first of all thank you for the great module!
I as many others was looking for solution for resolving $ref in schemas. And after reading the issues where it is discussed decided to try the workaround that was shared in this issue - #118.
I can say it works but after a few clicks on the page.
When the page is loaded the form is rendered without $refs being resolved. So the form element for the schema property where the $ref is user is not displayed. But after 1- 2 clicks the form is being redrawn and the refs are resolved.
Here is the plinkr - http://plnkr.co/edit/JtEKcdmqvzPFUh0YOqYy?p=preview
Can you please advice what am I doing wrong?
Thank you
The text was updated successfully, but these errors were encountered: