vitmalina / w2ui

UI widgets for modern apps. Data table, forms, toolbars, sidebar, tabs, tooltips, popups. All under 120kb (gzipped).
http://w2ui.com
MIT License
2.64k stars 730 forks source link

Can't paste into fields / columns in w2ui 2.0 #2458

Open ds600 opened 10 months ago

ds600 commented 10 months ago

Short description In version w2ui 1.5 you could copy and paste values into an editable field inside your w2grid. In w2ui 2.0, this still works when you change the selectType to "cell", if you don't specify the selectType / leave it on row / record, it doesn't work tho.

If you double click a field you can copy its values, but you can't use ctrl+V / right click to paste them back in

What is current behavior You can't paste into fields, if the selectType isn't cell

What is desired behavior Always be able to paste into editable fields / columns