-
Notifications
You must be signed in to change notification settings - Fork 839
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
Dynamic Panel - Introduce the onDynamicPanelValueChanging
event
#9336
Labels
Comments
Hello @lbonite1, Please stay tuned. |
onDynamicPanelItemValueChanging
event
survey.onDynamicPanelValueChanging.add((_, options) => {
// options.question
// options.panel
// options.panelData
// options.panelIndex
// options.name
// options.value
// options.oldValue (the only new parameter)
}); |
would this be in the new release, if not when? |
@lbonite1 This API is planned for implementation, but I cannot give you any time estimations. |
Sounds good thank you! |
onDynamicPanelItemValueChanging
eventonDynamicPanelValueChanging
event
andrewtelnov
added a commit
that referenced
this issue
Jan 23, 2025
andrewtelnov
added a commit
that referenced
this issue
Jan 28, 2025
* Dynamic Panel - Introduce the onDynamicPanelValueChanging event fix #9336 * Fix compile error in test
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there a way to use .onValueChanging with .onDynamicPanelItemValueChanged to see the old value and new value within the dynamic panel instead of seeing all the old values associated with the whole dynamic panel? I want to see the old value for an individual question inside the dynamic panel.
The text was updated successfully, but these errors were encountered: