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: docs/form-question-types.rst
+13-9
Original file line number
Diff line number
Diff line change
@@ -796,7 +796,7 @@ type
796
796
appearance
797
797
``minimal``
798
798
799
-
Adding the ``minimal`` appearance shows the choices in a compact way. This is particularly helpful when the list of choices is long and the select question is displayed on :ref:`the same screen as other questions <field-list>`. It is often combined with :ref:`the autocomplete appearance <select-autocomplete>`.
799
+
Adding the ``minimal`` appearance shows the choices in a compact way. This is particularly helpful when the list of choices is long and the select question is displayed on :ref:`the same screen as other questions <field-list>`. It is often combined with :ref:`the search appearance <select-search>`.
:alt:The Single Select form widget, with minimal appearance, as displayed in the ODK Collect app on an Android phone. The question text is "Select widget." The hint text is "select_one type with minimal appearance, 4 text choices." Below that is a drop-down style select menu with the prompt "Select One Answer." Above the question text is the form group name "Select one widgets."
@@ -857,23 +857,27 @@ once a selection is made.
857
857
opt_abcd,c,C
858
858
opt_abcd,d,D
859
859
860
-
.. _select-autocomplete:
860
+
.. _select-search:
861
861
862
-
Select widget with autocomplete
862
+
Select widget with search
863
863
""""""""""""""""""""""""""""""""
864
864
865
865
type
866
866
``select_one {list_name}``
867
867
appearance
868
-
``autocomplete``
868
+
``search``
869
869
870
-
The ``autocomplete`` appearance allows the enumerator to filter the list of available choices. This is especially helpful for questions with a large number of choices.
870
+
The ``search`` appearance allows the enumerator to filter the list of available choices. This is especially helpful for questions with a large number of choices.
:alt:The Select One form widget with autocomplete, as displayed in the ODK Collect app on an Android phone. The question text is "Select one widget." The hint text is, "select one type with autocomplete appearance, 4 text choices." Below that is a text input followed by four radio buttons labeled A, B, C, and D. Above the question text is the form group name "Select one widgets." The device keyboard is active.
872
+
.. note::
873
+
874
+
``autocomplete`` is an alias for ``search`` and can be used to serve the same purpose.
:alt:The Select One form widget with search, as displayed in the ODK Collect app on an Android phone. The question text is "Select one widget." The hint text is, "select one type with search appearance, 4 text choices." Below that is a text input followed by four radio buttons labeled A, B, C, and D. Above the question text is the form group name "Select one widgets." The device keyboard is active.
:alt:The Select One form widget as displayed previously. The text input contains a lowercase 'b'. There is a single radio button: B. The other three radio buttons are no longer displayed.
878
882
:class:device-screen-vertical
879
883
@@ -882,7 +886,7 @@ The ``autocomplete`` appearance allows the enumerator to filter the list of avai
882
886
.. csv-table:: survey
883
887
:header: type, name, label, appearance, hint
884
888
885
-
select_one opt_abcd,select_one_autocomplete_widget,Select one widget,autocomplete,"select_one type with autocomplete appearance, 4 text choices"
889
+
select_one opt_abcd,select_one_search_widget,Select one widget,search,"select_one type with search appearance, 4 text choices"
0 commit comments