getmdl-select
getmdl-select copied to clipboard
Problem with initializied value
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