Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 57ddb21

Browse filesBrowse files
bug #28174 Remove the HTML5 validation from the profiler URL search form (Soullivaneuh)
This PR was submitted for the master branch but it was merged into the 4.1 branch instead (closes #28174). Discussion ---------- Remove the HTML5 validation from the profiler URL search form | Q | A | ------------- | --- | Branch? | 4.1 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #28157 | License | MIT | Doc PR | N/A We do not have to write a complete URL to do a search. Only some keywords are necessary. Commits ------- bd8c844 Remove the HTML5 validation from the profiler URL search form
2 parents 441322f + bd8c844 commit 57ddb21
Copy full SHA for 57ddb21

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/search.html.twig
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.