0
How to write input information into another input field as placeholder?
I want to get some user input and use is as placeholder for another input field. I think I need to manipulate the attribute placeholder with JS.
1 Answer
0
What is it exactly are you trying to do? the placeholder attribute is supposedly set at development time to provide hints on what input was expected. It's not supposed to be set on some user's input ...