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
<td>The type of questions. Valid type: <code>list</code>, <code>input</code> and etc. <ahref="https://github.com/tmbo/questionary#different-question-types">See More</a></td>
1577
+
<td>The type of questions. Valid types: <code>list</code>, <code>select</code>, <code>input</code> and etc. The <code>select</code> type provides an interactive searchable list interface. <ahref="https://github.com/tmbo/questionary#different-question-types">See More</a></td>
<td>(OPTIONAL) The choices when <code>type = list</code>. Either use a list of values or a list of dictionaries with <code>name</code> and <code>value</code> keys. Keyboard shortcuts can be defined via <code>key</code>. See examples above.</td>
1595
+
<td>(OPTIONAL) The choices when <code>type = list</code> or <code>type = select</code>. Either use a list of values or a list of dictionaries with <code>name</code> and <code>value</code> keys. Keyboard shortcuts can be defined via <code>key</code>. See examples above.</td>
0 commit comments