我有这样的表格:
<form name="searchForm" action="" method="post">
<input type="text" id="keywords" name="keywords"><br>
<button type="submit" id="searchButton" name="searchButton" value="search">Search</button>
</form>
我想确保永远不会提交此表单,除非文本字段中至少包含一个字符。我该如何继续前进呢?