Start typing in sound/ to open autocomplete options.
Press tab.
Observed
String input closes while autocomplete options remain open. A Lua error is emitted:
[ERROR] lua/vgui/dtextentry.lua:222: Tried to use invalid object (type Panel) (Object was NULL or not of the right type)
1. SetText - [C]:-1
2. DoClick - lua/vgui/dtextentry.lua:222
3. OnMouseReleased - lua/vgui/dlabel.lua:234
4. unknown - lua/vgui/dmenuoption.lua:77
Expected
Autocomplete option is selected as the string parameter.
Steps to reproduce
sound/
to open autocomplete options.Observed String input closes while autocomplete options remain open. A Lua error is emitted:
Expected Autocomplete option is selected as the string parameter.