From ad68b669d5ebdb492d69457b2acd8260429c903e Mon Sep 17 00:00:00 2001 From: Tianzhu Qiao Date: Sun, 22 Nov 2020 17:43:48 -0800 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aa32360..b9594ea 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,10 @@ Supported callbacks Called when a swipe action is triggered. +* **onEditorAction** + + "called when the enter key is pressed , or when an action supplied to the IME is selected by the user" ([text](https://developer.android.com/reference/android/widget/TextView.OnEditorActionListener) item) + * **getMinItemHeight** (**FormItemCallback** only) Called when configure/bind an item. Can be used to update the minimum height for all (or a group of) items. @@ -220,7 +224,7 @@ Once an action is triggered, **onSwipedAction** callback will be called # Built-in items | | | |------|------| -|Text|
| +|Text|

| |Text area| | |Label|| |Switch||