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
Almost every time we update a matrix using the InputGrid control, we want to make updates to multiple fields and then send it to the interact. In Sage Cloud William implemented a little green checkbox next to the input grid which would send the grid contents to the interact, and this is incredibly convenient (and small; not having the word "update" seems nice). Here's a proposal for changing our input grid control:
Make some sort of small little button or something off to the side, and don't submit the grid contents until the button is pushed
Make each input outlined in the dirty style as it is changed (so it's easy to see which entries of the matrix have been modified
The text was updated successfully, but these errors were encountered:
See #450 - the matrix input (easy version) doesn't work at all now, at least not in the way it does in sagenb and cloud. (Incidentally, the checkbox in cloud is not at all obvious in intent, like so many things there...)
Almost every time we update a matrix using the InputGrid control, we want to make updates to multiple fields and then send it to the interact. In Sage Cloud William implemented a little green checkbox next to the input grid which would send the grid contents to the interact, and this is incredibly convenient (and small; not having the word "update" seems nice). Here's a proposal for changing our input grid control:
The text was updated successfully, but these errors were encountered: