Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Ask] Accessing options of a field from another field #760

Open
ghost opened this issue Apr 28, 2021 · 0 comments
Open

[Ask] Accessing options of a field from another field #760

ghost opened this issue Apr 28, 2021 · 0 comments

Comments

@ghost
Copy link

ghost commented Apr 28, 2021

Hello,

I have a custom field extended from Text field. I would want to access the options of a Select field on the same form from my custom text field.

I tried to implement postRender function in my custom field and do a lookup from there (traversing up the data structure using the parent property), but it seems that childrenByPropertyId objects in the data structure are empty at the time when postRender is run.

What would be the best strategy to implement this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants