[FL-1498] Keyboard save focus (#730)

* text_input: set focus on Save button if text is set
* text_input: add clear API, format documentation
* all: rework text input clean with new API
This commit is contained in:
gornekich
2021-09-29 17:08:24 +03:00
committed by GitHub
parent 8b6c466058
commit 2eafae6b90
7 changed files with 44 additions and 38 deletions

View File

@@ -13,8 +13,7 @@ View* TextInputVM::get_view() {
}
void TextInputVM::clean() {
set_result_callback(NULL, NULL, NULL, 0, false);
set_header_text("");
text_input_clean(text_input);
}
void TextInputVM::set_result_callback(