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
If set to true (default), the altField will redirect focus to the main
field (this is how it always worked before this change). Otherwise, the
altField will not redirect its focus, and the altField will behave as a
normal text field that can be edited by the user.
Copy file name to clipboardExpand all lines: src/docs/options.html
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,9 @@ <h3>Alt Field Options</h3>
68
68
69
69
<dt>altTimeFormat</dt>
70
70
<dd><em>Default: (timeFormat option)</em> - The time format to use with the altField.</dd>
71
+
72
+
<dt>altRedirectFocus</dt>
73
+
<dd><em>Default: true</em> - Whether to immediately focus the main field whenever the altField receives focus. Effective at construction time only, changing it later has no effect.</dd>
0 commit comments