POS search improvements: clear button, 600ms debounce, empty screen on clear
This commit is contained in:
@@ -15,7 +15,12 @@
|
||||
<div class="col-md-8" style="display: flex; flex-direction: column; height: 100%;">
|
||||
<!-- Search Box -->
|
||||
<div class="mb-3">
|
||||
<input type="text" class="form-control" id="searchInput" placeholder="Поиск по товарам...">
|
||||
<div class="input-group">
|
||||
<input type="text" class="form-control" id="searchInput" placeholder="Поиск по товарам...">
|
||||
<button class="btn btn-outline-secondary" type="button" id="clearSearchBtn" style="display: none;">
|
||||
<i class="bi bi-x-lg"></i>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Categories -->
|
||||
|
||||
Reference in New Issue
Block a user