-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
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
Allow input value to be copied to selected rows instead of all rows #2320
Labels
help wanted
Intended for internal use for student workers
Comments
Action points from the meeting:
Questions: By default should we have all selected or none selected?
Question: Should we clear text from selected forms or from all forms? |
@RFSH
Pending items:
Also please check the tooltip text:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We can set the value for all the forms with the "set all" button in recordedit. In this issue, we want to allow users to set values for specific rows.
This is how it could be done:
Code details
This is the callback that will set the value of all the inputs. Instead of doing this for all "forms", you would have to selectively do this for the forms that user has selected.
The text was updated successfully, but these errors were encountered: