Samagra-Development / workflow

Workflow is an Open Source project aimed towards the creation of data flow models using config files thereby allowing you to easily create and interact with stateful applications with minimum setup.
https://samagra-development.github.io/workflow
5 stars 28 forks source link

Copy to clipboard feature added #60

Closed Rohan27s closed 1 year ago

Rohan27s commented 1 year ago

Description

PR created for the issue #59

Changes

1)Added copy to clipboard feature

Before copying -
image

After copying - image

2)Removed the Overflow from the GenericForm component image

How to test

Describe the steps required to test the changes proposed in the pull request.

  1. Select any of the 4 features given on the workflow
  2. You can see the Copy to Clipboard button in the text area where JSON/XML is rendered.
  3. Tap on the copy button and the text shown in the text area will get copied to the clipboard
  4. Try pasting it on any text editor