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: website/widgets/form/textbox.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ know what they are expected to type. Another common UX error is misusing `placeh
11
11
a label which is not correct as the placeholder value should be an example value, e.g. for name field
12
12
the placeholder could be `John Doe`.
13
13
14
-
Note that if `trigger` is specified, the inputs are submitted after `500ms` of no typing activity. This threshold is currently not configurable.
14
+
Note that if `trigger` is specified, the inputs are submitted after `500ms` of no typing activity. This threshold is currently not configurable. You can also use the `trigger_on_enter` option so that users can submit by pressing the <kbd>Enter</kbd> key.
15
15
16
16
The `name` attribute indicates how to reference this component in the query arguments: `q.args.<name-attr>`.
0 commit comments