diff --git a/docs/modules/RichInput.html b/docs/modules/RichInput.html
index ac894fb..6c5cdf8 100644
--- a/docs/modules/RichInput.html
+++ b/docs/modules/RichInput.html
@@ -139,10 +139,6 @@
placeholder |
- On input field text change to max length string callback(self, input_text) |
-
-
- placeholder |
On input field text change to empty string callback(self, input_text) |
@@ -496,26 +492,6 @@
-
-
-
- placeholder
-
-
- On input field text change to max length string callback(self, input_text)
-
-
-
- - placeholder
- druid.text
- Text
-
-
-
-
-
-
-
diff --git a/druid/annotations.lua b/druid/annotations.lua
index f293edd..f883f5e 100644
--- a/druid/annotations.lua
+++ b/druid/annotations.lua
@@ -844,7 +844,6 @@ local druid__progress__style = {}
---@field druid druid_instance The component druid instance
---@field input druid.input On input field text change callback(self, input_text)
---@field input_text druid.text On input field text change to empty string callback(self, input_text)
----@field placeholder druid.text On input field text change to max length string callback(self, input_text)
---@field placeholder druid.text On input field text change to empty string callback(self, input_text)
---@field root node Root node
---@field text_position vector3 On input field text change to empty string callback(self, input_text)
diff --git a/druid/custom/rich_input/rich_input.lua b/druid/custom/rich_input/rich_input.lua
index bffe3fa..c42b637 100644
--- a/druid/custom/rich_input/rich_input.lua
+++ b/druid/custom/rich_input/rich_input.lua
@@ -35,9 +35,6 @@
--- On input field text change to empty string callback(self, input_text)
-- @tfield vector3 text_position
---- On input field text change to max length string callback(self, input_text)
--- @tfield druid.text placeholder @{Text}
-
---
local component = require("druid.component")