Skip to content

Commit

Permalink
fix: persistent hints
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed May 14, 2024
1 parent 6cab792 commit ba3372a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/views/Zniffer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@
v-model="search"
clearable
flat
persistent-hint
hint="Search expression. Valid values are: homeId, channel, source, dest, protocolDataRate"
:error="searchError"
:error-messages="
searchError
Expand All @@ -69,7 +71,7 @@
single-line
class="ma-2"
style="
max-width: 250px;
max-width: 500px;
min-width: 250px;
"
prepend-inner-icon="search"
Expand Down

0 comments on commit ba3372a

Please sign in to comment.