Open aaronsheldon opened 3 years ago
@aaronsheldon Here is the working example. I do not see any issues here.
Thank you, Andrew
It works fine with all the After Renders except onAfterRenderSurvey. I have not seen the problem with onAfterRenderPage
@aaronsheldon survey.onAfterRenderSurvey. The html element for survey is a div element where you ask survey to render.
Thank you, Andrew
Are you requesting a feature, reporting a bug or asking a question?
One very small bug report.
What is the current behavior?
The parameter
options.htmlElement
in the callback foronAfterRenderSurvey
contains the KnockOut object.What is the expected behavior?
The parameter
options.htmlElement
in the callback foronAfterRenderSurvey
should contain the element that the survey was attached to.How would you reproduce the current behavior (if this is a bug)?
Add a new callback to
onAfterSurveyRender
and use the parameteroptions.htmlElement
.Provide the test code and the tested page URL (if applicable)
Tested page URL: https://littlelambdas.bubbleapps.io/version-test/surveytest
Test code
Specify your