We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a7dc98 commit 75d5069Copy full SHA for 75d5069
documentation/Input.md
@@ -130,5 +130,8 @@ Input.set_input_text(id="msgBox", value="Hello World!")
130
# Change input color (also updates placeholder automatically)
131
Input.set_input_color(id="msgBox", color="#ff0000")
132
133
+# Change input color (also updates placeholder automatically)
134
+Input.set_input_bg_color(id="msgBox", color="#ff0000")
135
+
136
```
137
0 commit comments