Skip to content

Commit

Permalink
Remove the default preview bar datalist option (see #1582)
Browse files Browse the repository at this point in the history
Description
-----------

| Q                | A
| -----------------| ---
| Fixed issues     | Fixes #1389
| Docs PR or issue | -

Commits
-------

ffbe06a6 Remove the default preview bar datalist option
  • Loading branch information
leofeyer committed Mar 27, 2020
1 parent ce49a39 commit 8cb3bf4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Resources/views/Frontend/preview_toolbar_base.html.twig
Expand Up @@ -11,9 +11,7 @@
<div>
<label for="ctrl_user">{{ 'MSC.feUser'|trans }}:</label>
<input type="text" name="user" id="ctrl_user" list="userlist" class="tl_text user" placeholder="{{ 'MSC.username'|trans }}" value="{{ user }}" autocomplete="off">
<datalist id="userlist">
<option value="-"></option>
</datalist>
<datalist id="userlist"></datalist>
</div>
{% endif %}
<div>
Expand Down

0 comments on commit 8cb3bf4

Please sign in to comment.