diff --git a/ItemViewCommon/Search.lua b/ItemViewCommon/Search.lua index a1aaa251..9b21d748 100644 --- a/ItemViewCommon/Search.lua +++ b/ItemViewCommon/Search.lua @@ -76,6 +76,9 @@ function BaganatorSearchWidgetMixin:OnLoad() self.SearchBox.Instructions:SetText(addonTable.Utilities.GetRandomSearchesText()) end end) + self.SearchBox:HookScript("OnChar", function(_, key) + BagSearch_OnChar(self.SearchBox) + end) self.SearchBox:HookScript("OnKeyDown", function(_, key) if key == "LALT" or key == "RALT" or key == "ALT" then addonTable.CallbackRegistry:TriggerEvent("PropagateAlt")