mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-18 00:48:09 +08:00
Add dom::blink and component::Input
This commit is contained in:
@@ -17,6 +17,10 @@ class MyComponent : ComponentVertical {
|
||||
input_1(delegate->NewChild()),
|
||||
input_2(delegate->NewChild()),
|
||||
input_3(delegate->NewChild()) {
|
||||
|
||||
input_1.placeholder = L"input1";
|
||||
input_2.placeholder = L"input2";
|
||||
input_3.placeholder = L"input3";
|
||||
Focus(&input_1);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user