调整鼠标悬停提示与内容未输入提示一致

This commit is contained in:
mjking 2024-07-13 10:16:34 +08:00 committed by GitHub
parent 24b97b850c
commit 3a310f2f14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,6 +14,7 @@
class="text-input"
type="search"
name="keyword"
th:title="${theme.config.page_config.search.search_placeholder}"
th:placeholder="${theme.config.page_config.search.search_placeholder}"
th:value="${searchResult.keyword}"
required