Skip to content

Commit e0eadb4

Browse files
committed
Remove the HTML5 validation from the profiler URL search form
We do not have to write a complete URL to do a search. Only some keywords are necessary.
1 parent 441322f commit e0eadb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/search.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<div class="form-group">
2424
<label for="url">URL</label>
25-
<input type="url" name="url" id="url" value="{{ url }}">
25+
<input type="text" name="url" id="url" value="{{ url }}">
2626
</div>
2727

2828
<div class="form-group">

0 commit comments

Comments
 (0)