diff --git a/src/elements/Input.lua b/src/elements/Input.lua index 2286746..fc87024 100644 --- a/src/elements/Input.lua +++ b/src/elements/Input.lua @@ -29,7 +29,7 @@ Input.defineProperty(Input, "pattern", {default = nil, type = "string"}) ---@property cursorColor number nil Color of the cursor Input.defineProperty(Input, "cursorColor", {default = nil, type = "number"}) ---@property replaceChar string nil Character to replace the input with (for password fields) -Input.defineProperty(Input, "replaceChar", {default = nil, type = "string"}) +Input.defineProperty(Input, "replaceChar", {default = nil, type = "string", canTriggerRender = true}) Input.defineEvent(Input, "mouse_click") Input.defineEvent(Input, "key")