self:GetParent():UpdateSetEnabled(not self:GetChecked())
self:GetParent():UpdateSetName(self:GetText())
if key == "BACKSPACE" or key == "DELETE" then
self.disallowAutoComplete = true;
end
if key == "BACKSPACE" or key == "DELETE" then
self.disallowAutoComplete = false;
end
if userInput and not self.disallowAutoComplete then
self:GetParent():UpdateZoneAutoComplete(self)
end
self:GetParent():UpdateSetZone(self:GetText())
InputBoxInstructions_OnTextChanged(self);