mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-29 16:39:34 +08:00
Add non focusable components. (#172)
This commit is contained in:
@@ -163,6 +163,11 @@ class InputBase : public ComponentBase {
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
bool Focusable() const final {
|
||||
return true;
|
||||
}
|
||||
|
||||
StringRef content_;
|
||||
ConstStringRef placeholder_;
|
||||
|
||||
|
Reference in New Issue
Block a user