smartcomponents icon indicating copy to clipboard operation
smartcomponents copied to clipboard

Paste in dynamic forms [Smart paste]

Open CrahunGit opened this issue 1 year ago • 1 comments

I have a tipical form with headers and lines. When you press add one more line interface adds new and you can fill it. It would be nice if smarte paste can fill these lines without pressing the button manually.

paste-lines

CrahunGit avatar May 21 '24 13:05 CrahunGit

It's an interesting idea, though to be honest it would be quite difficult to know whether the app developer really wants smart paste to modify arbitrary parts of the UI that get added later, and if so, which parts and how.

Perhaps there would be some API the developer could call to instruct Smart Paste to populate a given DOM subtree, then the developer could call that API after adding a new set of elements.

SteveSandersonMS avatar Jun 17 '24 11:06 SteveSandersonMS