> ## Documentation Index
> Fetch the complete documentation index at: https://velt.dev/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# July 17 2024

## Versions

* Latest React SDK: [2.0.9](https://www.npmjs.com/package/@veltdev/react)
* Latest Non-React SDK: [2.0.9](https://www.npmjs.com/package/@veltdev/client)
* Latest Types:  [2.0.9](https://www.npmjs.com/package/@veltdev/types)

## Update to `autocomplete-option-description-wireframe`

We have added a `field` property in `autocomplete-option-description-wireframe` to replace email data with mentioned property value, for example:

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltAutocompleteOptionWireframe>
      <VeltAutocompleteOptionWireframe.Description field='name' />
    </VeltAutocompleteOptionWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```jsx theme={null}
    <velt-autocomplete-option-description-wireframe field="name"></velt-autocomplete-option-description-wireframe>
    ```
  </Tab>
</Tabs>
