Skip to content

Commit

Permalink
fix(add): handle paste event
Browse files Browse the repository at this point in the history
  • Loading branch information
believer committed Oct 3, 2023
1 parent 672cc72 commit 213705b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/add.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
required
type="text"
hx-get="/movies/imdb"
hx-trigger="keyup changed delay:500ms"
hx-trigger="keyup changed delay:500ms, paste delay:200ms"
hx-target="#movie-exists"
name="imdb_id"
id="imdb_id"
Expand Down

0 comments on commit 213705b

Please sign in to comment.