smartcomponents
smartcomponents copied to clipboard
Paste in dynamic forms [Smart paste]
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.
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.