This commit is contained in:
Robert Jelic
2025-02-21 19:26:09 +01:00
parent 87b18e4ee1
commit 1576445984
2 changed files with 12 additions and 27 deletions

View File

@@ -1,5 +1,7 @@
local VisualElement = require("elements/VisualElement")
local tHex = require("libraries/colorHex")
---@configDescription A text input field with various features
---@configDefault true
--- This is the input class. It provides a text input field that can handle user input with various features like
--- cursor movement, text manipulation, placeholder text, and input validation.