OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/frontend/app/components/wp-query-select/wp-query-select.template.html

11 lines
482 B

<div class="dropdown dropdown-relative" id="querySelectDropdown">
<div class="search-query-wrapper">
<label for="title-filter" class="hidden-for-sighted">{{ ::i18n.label }}</label>
<input type="text"
class="ui-autocomplete--input"
id="query-title-filter"
placeholder="{{ i18n.loading }}">
<i id="magnifier" class="icon-search"></i>
</div>
<p class="query-select-dropdown--no-results" hidden ng-bind="::i18n.no_results"></p>
</div>