support enter key properties

commit_hash:18cc19893f94eecefd996fb19d981c28d20ca417
This commit is contained in:
babaevmm
2024-10-31 16:19:37 +03:00
parent bf57e38c59
commit 9bde249791
11 changed files with 336 additions and 33 deletions
+14 -1
View File
@@ -140,7 +140,20 @@
{
"type": "input_text",
"text_variable": "my_single_text",
"keyboard_type": "single_line_text"
"keyboard_type": "single_line_text",
"enter_key_type": "done",
"enter_key_actions": [
{
"log_id": "clear focus",
"typed": {
"type": "clear_focus"
}
},
{
"log_id": "change_button_1_state",
"url": "div-action://set_variable?name=my_single_text&value=Enter key tapped!"
}
]
},
{
"type": "output_text",