Skip to content

Tag: html

HTML datalist get value into textarea

I want to get the value from the datalist and display it in the textarea. Therefor i used the script “selectProgram”. But why is there an additional input textfield when i use the select tags? When i remove “select” the input field dissapears. I just want the datalist appearing with th…