mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-12-16 01:48:56 +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