View Single Post
05/30/18, 12:23 PM   #5
Phuein
 
Phuein's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2018
Posts: 132
Originally Posted by sirinsidiator View Post
Every control has different functionality. The text input control does not support what you are trying to do. You'd have to use a label control.

Hrm. I saw that the game in the guild window in MOTD uses a ZO_SavingEditBox():
http://esodata.uesp.net/current/src/...rd.lua.html#25

I wanted to replicate that behavior, but trying different templates, none of them did. So, you're saying the game replaces the editbox with a label for this need? I don't see it in the code.
  Reply With Quote