getmdl-select icon indicating copy to clipboard operation
getmdl-select copied to clipboard

Problem with initializied value

Open wagmannj opened this issue 6 years ago • 1 comments

Hi, I can't initialize with a default value. After chanching the line 22 from var previousDataVal = ""; to var previousDataVal = (hiddenInput.value || ""); it ok for me Thx Sepp

wagmannj avatar Dec 20 '19 17:12 wagmannj