We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
T20414 - OnModified options potentially does not display correct information https://surveyjs.answerdesk.io/internal/ticket/details/T20414
To reproduce the problematic behavior, run this demo and follow these steps:
Check the optoins parameter within the creator.onModified event. options.reason is ELEMENT_REORDERED and indexFrom and indexTo have the same value.
optoins
creator.onModified
options.reason
ELEMENT_REORDERED
indexFrom
indexTo
This information doesn't seem to relate to the Undo action which actually changed the question type back from Boolean to Text.
The text was updated successfully, but these errors were encountered:
andrewtelnov
No branches or pull requests
T20414 - OnModified options potentially does not display correct information
https://surveyjs.answerdesk.io/internal/ticket/details/T20414
To reproduce the problematic behavior, run this demo and follow these steps:
Check the
optoins
parameter within thecreator.onModified
event.options.reason
isELEMENT_REORDERED
andindexFrom
andindexTo
have the same value.This information doesn't seem to relate to the Undo action which actually changed the question type back from Boolean to Text.
The text was updated successfully, but these errors were encountered: