Skip to content

Commit f9c8032

Browse files
authored
Remove maxlength from search field (#56)
There are packages with names that are longer than 30 characters and the user experience is confusing with the current limit.
1 parent 07e82be commit f9c8032

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/diff_web/templates/search/search.html.leex

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
name="q"
1010
value="<%= @query %>"
1111
placeholder="Search..."
12-
maxlength="30"
1312
/>
1413
<div class="suggestions">
1514
<%= if length(@suggestions) > 0 do %>

0 commit comments

Comments
 (0)