blob: b5817fbd029edfdb73d9948d76bc334119bb8c62 [file] [log] [blame]
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<div data-field="mainPanel" class="dropdown appformer-live-search-spinner-select btn-group">
<button
data-field="dropDownButton"
class="btn btn-default dropdown-toggle"
type="button"
data-toggle="dropdown"
aria-expanded="false"
>
<span id="dropDownText" class="filter-option pull-left appformer-live-search-button-text"></span>&nbsp;<span
class="bs-caret"
><span class="caret"></span
></span>
</button>
<div data-field="dropDownPanel" class="dropdown-menu open">
<div data-field="searchPanel" class="bs-searchbox">
<input id="searchInput" type="text" class="form-control" autofocus autocomplete="off" />
</div>
<div data-field="spinnerPanel" class="appformer-live-search-spinner-panel">
<div class="spinner spinner-lg appformer-live-search-spinner"></div>
<span id="spinnerText" class="appformer-live-search-spinner-text"></span>
</div>
<div data-field="noItems"></div>
<ul data-field="dropDownMenu" class="dropdown-menu inner appformer-live-search-dropdown-menu" role="menu"></ul>
<div data-field="liveSearchFooter"></div>
</div>
</div>