I have a form in style-elements where some fields are generated from previous input and are therefore disabled.
I made them disabled input fields to make it easy to copy their content with Ctr+A and Ctr+C. Now this only works on Chrome, in Firefox you cannot even select them.
The workflow I want to enable is:
Enter value -> Tab -> Enter value -> Tab -> Copy result
Any Ideas how I can implement this? The computed result does not have to be an input, I just want it to be easily copiable.
Edit: Add style elements