Html – Listen on multiple input tags and concatenate inputs to a single output field without need to click a button
With plain JavaScript + HTML, I would like to listen on multiple inputs including a <select>-tag and generate an output text field (which can be copied) without the need to click on a button. If possible, I would like to…