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
{{ message }}
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.
Use case: pre-populating form inputs with results from an API endpoint (external to Form.io).
I know the code does not currently support this, so what I'm wondering is if (a) you are interested in this type of functionality (I know I am) and (b) if you have any ideas on the best way to implement. If you already have an idea but don't want to spend the development time, please let me know what approach you would like to take. I'm happy to take a crack at it and submit a PR.
The defaultValue functionality does not appear to currently have anything like a setValue function that can be used by a callback/promise. I think to make it possible, such a thing would have to exist.
Thoughts?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Use case: pre-populating form inputs with results from an API endpoint (external to Form.io).
I know the code does not currently support this, so what I'm wondering is if (a) you are interested in this type of functionality (I know I am) and (b) if you have any ideas on the best way to implement. If you already have an idea but don't want to spend the development time, please let me know what approach you would like to take. I'm happy to take a crack at it and submit a PR.
The
defaultValue
functionality does not appear to currently have anything like asetValue
function that can be used by a callback/promise. I think to make it possible, such a thing would have to exist.Thoughts?
The text was updated successfully, but these errors were encountered: