auto suggest fix

This commit is contained in:
2026-03-14 23:07:43 -05:00
parent 8bf69c67e0
commit d44d97e47b
4 changed files with 78 additions and 16 deletions

View File

@@ -94,7 +94,7 @@ The current inventory foundation supports:
This module introduces `inventory.read` and `inventory.write` permissions. After updating the code, restart the server against the migrated database so bootstrap can upsert the new permissions onto the default administrator role.
Moving forward, any UI that requires searching for an item by SKU or item name should use a searchable picker/autocomplete rather than a static dropdown.
Moving forward, any UI that requires searching for records or items should use a searchable picker/autocomplete rather than a static dropdown. Filter controls can remain dropdowns, but non-filter lookup fields such as SKU pickers, customer selectors, vendor selectors, and similar operational search inputs should not be implemented as long static selects.
## UI Density