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
I have a Question and multiple answers of it. when I update the question like this.
On Edit Page . Question1 , Answer1, Answer2, Answer3. After Some Change like . Answer1 deleted. Answer2 deleted, Answer3 deleted , Answer4 added. Answer4 added.
The Question should be like this after update.
Question1 , Answer4, Answer5
but its like this. Question1 , Answer1, Answer2, Answer3, Answer5
the issue is when i click the add new answer plus button the indexs are like this.
answers[2][title] = Answer4, answers[2][title] = Answer5
kindly suggest any solution
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have a Question and multiple answers of it. when I update the question like this.
On Edit Page . Question1 , Answer1, Answer2, Answer3.
After Some Change like . Answer1 deleted. Answer2 deleted, Answer3 deleted , Answer4 added. Answer4 added.
The Question should be like this after update.
Question1 , Answer4, Answer5
but its like this.
Question1 , Answer1, Answer2, Answer3, Answer5
the issue is when i click the add new answer plus button the indexs are like this.
answers[2][title] = Answer4,
answers[2][title] = Answer5
kindly suggest any solution
The text was updated successfully, but these errors were encountered: