Skip to content

Commit 75d5069

Browse files
committed
changing input doc
1 parent 1a7dc98 commit 75d5069

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

documentation/Input.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,5 +130,8 @@ Input.set_input_text(id="msgBox", value="Hello World!")
130130
# Change input color (also updates placeholder automatically)
131131
Input.set_input_color(id="msgBox", color="#ff0000")
132132

133+
# Change input color (also updates placeholder automatically)
134+
Input.set_input_bg_color(id="msgBox", color="#ff0000")
135+
133136
```
134137

0 commit comments

Comments
 (0)