Open c0ncentus opened 3 years ago
Hi, I believe the author made reference to Google Sheets as the baseline for paste functionality in issue 130.
With that in mind, pasting the input above on a Sheet would result in the text being split in multiple cells, making this reported issue expected behaviour(?).
However on Sheets, you can add multiple lines by inputting text as function input. So in order to replicate this I added a custom editor that uses textarea
instead of input
s, and two viewers; adding ellipsis(column B below), or splitting multiline (Column C). I also pasted the full text in C3 such that it does not split across multiple rows/cells.
This is really cool @galeamark. PRs are welcome to fix this behaviour.
input
output
when i copy and past on a cell, then it create 2 separate string from the input and fill 2 cells with it.
However i can add some text next to the end of A6 manually ... yes i update css for more suitable render data but I do not expect this.
What i expect :
when i copy 1 cell, when paste it's change only 1 cell. if you want improove ui experience
what I suggest this :
put parameter for showing more than x character like and showing/add when you click on "..."