You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: