Skip to content

Commit

Permalink
Updated: showClearButton default value to always (hotwax#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
k2maan committed Sep 25, 2023
1 parent 8ca619d commit dfb24ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Searchbar.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<ion-searchbar
:placeholder='props.placeholder'
:showClearButton="props.showClearButton ? props.showClearButton : 'focus'"
:showClearButton="props.showClearButton ? props.showClearButton : 'always'"
@keyup.enter="search($event.target.value)"
@ionClear="emit('on-clear')"
@ionFocus="emit('on-focus', $event)"
Expand Down

0 comments on commit dfb24ac

Please sign in to comment.