upstream/2025.7.1 #7

Merged
philipp merged 151 commits from upstream/2025.7.1 into master 2025-09-16 17:03:58 +00:00
Showing only changes of commit d8bf3d0b07 - Show all commits

View File

@@ -594,7 +594,7 @@ var form_handlers = function (el) {
}
}
},
placeholder: $(this).attr("data-placeholder") | "",
placeholder: $(this).attr("data-placeholder") || "",
templateResult: function (res) {
if (!res.id) {
return res.text;