fhemweb.js: scroll to attr select after click on existing (Forum #131811)

git-svn-id: https://svn.fhem.de/fhem/trunk@27114 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2023-01-24 13:13:15 +00:00
parent a2b70e4438
commit a28773c8bf

View File

@@ -245,7 +245,7 @@ FW_jqueryReadyFn()
$(sel).append('<option value="'+attrName+'">'+attrName+'</option>');
$(sel).val(attrName);
FW_detailSelect(sel, true);
$(sel).trigger("change");
$(sel).trigger("change").focus();
});
});