View Single Post
07/05/17, 09:34 AM   #5
haggen
 
haggen's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2015
Posts: 137
I think I found how to disabled it:

Lua Code:
  1. CHAT_SYSTEM.textEntry.autoComplete:SetEnabled(false)

I'm thinking of adding it as new feature in my Slightly Improved™ Gameplay add-on.
  Reply With Quote