Skip to content

Commit 0048027

Browse files
committed
minor #541 Removing outdated data-action from example (weaverryan)
This PR was squashed before being merged into the 2.x branch. Discussion ---------- Removing outdated data-action from example | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Tickets | none | License | MIT The "example" template got out of date with the real one. Neither of these attributes are needed anymore! Commits ------- c36c18e Removing outdated data-action from example
2 parents 2f9b942 + c36c18e commit 0048027

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)