Skip to content

Commit

Permalink
chore(search-input): use Ember input on modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbertrand authored and xav-car committed Mar 5, 2024
1 parent 2abeb52 commit cfc647b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/components/pix-search-input.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
name={{@inputName}}
placeholder={{@placeholder}}
value={{this.initialValue}}
oninput={{this.onSearch}}
{{on "input" this.onSearch}}
...attributes
/>
</div>
Expand Down

0 comments on commit cfc647b

Please sign in to comment.