# List input search

The smart search list, to use it just define the field "inputType" as "multiSelect", like the following example:

<pre class="language-python"><code class="lang-python">{
  'mapping': 'objectives',
  'fieldName': 'Objetivos',
<strong>  'inputType': 'multiSelect',
</strong>  'options': ['sleep', 'close eyes', 'awake']
}
</code></pre>

And use the same function used to create the input form, to get:

<figure><img src="https://3782181538-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUlHTfmIZY46Z1EDfyGMz%2Fuploads%2FgXiIb02Sx5jnqKD4TFTr%2Fimage.png?alt=media&#x26;token=65b18304-dbb1-4c2d-bb33-c4508c42464e" alt=""><figcaption></figcaption></figure>
