You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 12, 2023. It is now read-only.
If the user does not click out of the textbox before pressing done on a "enter variable attributes" dialog box, the changes done since entering the textbox is not recorded.
I'd assume you have used a on("focusout") which causes this. How about checking all input given when pressing done? Or make it a on change event instead? Then one would not need to e.g. click elsewhere when pressing yes or no for coord variable.
I'd prefer a combination though, it should check it with onchange, but not actually save any changes before pressing done. If I now do some changes, and exits the box with 'x' instead of 'done', the changes will be saved (but the column will not be marked as finished though).
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If the user does not click out of the textbox before pressing done on a "enter variable attributes" dialog box, the changes done since entering the textbox is not recorded.
I'd assume you have used a on("focusout") which causes this. How about checking all input given when pressing done? Or make it a on change event instead? Then one would not need to e.g. click elsewhere when pressing yes or no for coord variable.
I'd prefer a combination though, it should check it with onchange, but not actually save any changes before pressing done. If I now do some changes, and exits the box with 'x' instead of 'done', the changes will be saved (but the column will not be marked as finished though).
The text was updated successfully, but these errors were encountered: