我的文件中有这个表格,root.html.leex
我想处理这个事件,但我不知道我必须在哪里处理它!
<form phx-submit="topic-search" >
<input type="text"
name="req"
placeholder="Search Topics, Posts,..."
class="form-control"
style="margin-top: 20px"/>
<button type="submit"> </button>
</form>