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
When you move an element of the form down, it's been moved 1 index more than needed
example :
Having this disposition :
InputText1
InputText2
InputText3
InputText4
Moving InputText1 between InputText2 and InputText3, results in this :
instead of this :
The text was updated successfully, but these errors were encountered:
ref #793 done
4c50219
To be tested in 2.0.0-beta173
Sorry, something went wrong.
Ok in 2.0.0-beta184
CharlesGrimont
No branches or pull requests
When you move an element of the form down, it's been moved 1 index more than needed
example :
Having this disposition :
InputText1
InputText2
InputText3
InputText4
Moving InputText1 between InputText2 and InputText3, results in this :
InputText2
InputText3
InputText1
InputText4
instead of this :
InputText2
InputText1
InputText3
InputText4
The text was updated successfully, but these errors were encountered: