generatedata icon indicating copy to clipboard operation
generatedata copied to clipboard

List Data Type: select all / copy specific items

Open benkeen opened this issue 4 years ago • 1 comments

React-select is really nice. It lets you visualize the different options, delete specific ones cleanly. But previously it was just a simple text field where you enter a string separated by a pipe char. This let you copy and paste the whole thing using standard keyboard + mouse actions. The current react-select field doesn't allow that. Reading up on this issue with react-select seems like there really isn't any decent alternative beyond adding in a "select all" button. That feels klutzy.

One possible option would be to simply have a setting allowing the user to use a plain text field... or maybe that option should be on the user setting level to control all fields.

Think!

benkeen avatar Dec 28 '21 00:12 benkeen

Beyond a user setting like [ x ] use plain text fields instead of pill fields I don't see a solution to this. It'd have to be for logged in users too which is a shame.

benkeen avatar Mar 12 '22 17:03 benkeen