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
It is super frustrating to click "save" and then be told after posting the data "something_id cannot be null". Then clicking the back button and every select2 box has been forgotten...
There are two fixes for this, and we should do both of them.
First, when a something_id cannot be null, then client side checking should ensure that that form cannot be submitted without choosing something...
Second, when there is a server side rejection of data saving, and a back button needs to be pressed (this will happen after all, with custom data-saving code) the select2 values chosen should be "remembered" after the back button is clicked.
This is advanced functionality, but it would be lovely if this just worked.
-FT
The text was updated successfully, but these errors were encountered:
It is super frustrating to click "save" and then be told after posting the data "something_id cannot be null". Then clicking the back button and every select2 box has been forgotten...
There are two fixes for this, and we should do both of them.
First, when a something_id cannot be null, then client side checking should ensure that that form cannot be submitted without choosing something...
Second, when there is a server side rejection of data saving, and a back button needs to be pressed (this will happen after all, with custom data-saving code) the select2 values chosen should be "remembered" after the back button is clicked.
This is advanced functionality, but it would be lovely if this just worked.
-FT
The text was updated successfully, but these errors were encountered: