src/Elements/Bundle/DemiFrontendBundle/Resources/views/Events/filter/filter-parts/keyword.html.twig line 1

Open in your IDE?
  1. <div class="form-group">
  2.     <div class="position-relative">
  3.         <label for="keyword" class="form-control-label floating-label">{{ labelText }}</label>
  4.         <input type="text" id="keyword" class="form-control js-floating-label js-filter-form__input js-filter-form__input--no-filter"
  5.                name="keyword" placeholder="{{ placeholder }}" value="{{ app.getRequest().get('keyword') | escape("url") }}"/>
  6.     </div>
  7. </div>