You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -80,6 +80,7 @@ The returned fragment should be consisted of filtered `[role=option]` items to b
80
80
- `key`: The matched key; for example: `:`.
81
81
- `item`: The selected item. This would be one of the `[role=option]`. Use this to work out the `value`.
82
82
- `value`: A null value placeholder to replace the query. To replace the text query, simply re-assign this value.
83
+
- `continue`: A boolean value to specify whether to continue autocompletion after inserting a value. Defaults to `false`. If set to `true`, will not add a space after inserted value and will keep firing the `text-expander-change` event.
0 commit comments