This commit is contained in:
NoryiE
2025-10-27 07:26:29 +00:00
parent d0a444a772
commit 44c80f074f
10 changed files with 704 additions and 126 deletions

View File

@@ -13,8 +13,6 @@ Extends: `VisualElement`
|viewOffset|number|0|The horizontal scroll offset for viewing long text|
|placeholder|string|...|Text to display when input is empty|
|placeholderColor|color|gray|Color of the placeholder text|
|focusedBackground|color|blue|Background color when input is focused|
|focusedForeground|color|white|Foreground color when input is focused|
|cursorColor|number|nil|Color of the cursor|
|replaceChar|string|nil|Character to replace the input with (for password fields)|