Skip to content

Commit 2a1a1d4

Browse files
committed
Removing outdated data-action from example
1 parent 2f9b942 commit 2a1a1d4

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

ux.symfony.com/code_snippets/_search_packages.html.twig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
<input
33
type="text"
44
data-model="query"
5-
value="{{ query }}"
6-
data-action="live#update"
75
>
86

97
{% if this.packages|length > 0 %}

ux.symfony.com/templates/components/search_packages.html.twig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<input
33
type="text"
44
data-model="query"
5-
value="{{ query }}"
65
placeholder="Results update as you type..."
76
class="form-control"
87
>

0 commit comments

Comments
 (0)