Add manufacturer to Log Material item combobox
Shows manufacturer name as muted secondary text in each dropdown row and includes it in the search filter, so users can find a powder by brand when multiple items share a similar name. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1108,7 +1108,7 @@
|
||||
<div class="position-relative">
|
||||
<div class="input-group">
|
||||
<input type="text" class="form-control" id="lmItemSearch"
|
||||
placeholder="Search by name or unit…" autocomplete="off"
|
||||
placeholder="Search by name or manufacturer…" autocomplete="off"
|
||||
oninput="lmComboInput()"
|
||||
onfocus="lmComboOpen()"
|
||||
onkeydown="lmComboKey(event)">
|
||||
|
||||
Reference in New Issue
Block a user