Hey guys so I currently have an input form and would like to set showTag to false when pressing any other button besides enter. For example, after I press delete button or the letter q I would like the showTag boolean to be set to false. Is there any way to do this? Thanks!
<input type="text" v-model="msg" class="form-control m-0" placeholder="Filter by tag" @keyup.enter= "showTag=true" />