---
title: Migrate Combobox from Polaris React
description: Combobox has no supported Polaris web component migration.
source_url:
  html: >-
    https://shopify.dev/docs/apps/build/app-home/migrate-from-polaris-react/combobox
  md: >-
    https://shopify.dev/docs/apps/build/app-home/migrate-from-polaris-react/combobox.md
api_name: app-home
---

# Migrate Combobox from Polaris React

Combobox has no supported Polaris web component equivalent. Keep the Polaris React component during an incremental migration.

Don't present an `s-text-field` and `s-popover` composition as an equivalent migration. `Combobox` owns coordinated focus, keyboard navigation, active-option semantics, selection, dismissal, and assistive-technology behavior that a visual approximation doesn't preserve.

If the application must remove Polaris React before a supported replacement exists, treat the work as a custom accessible widget rather than a component migration. Implement and test the complete [ARIA combobox pattern](https://www.w3.org/WAI/ARIA/apg/patterns/combobox/) for the application's interaction model.

***

## Remove Polaris React

Don't remove `@shopify/polaris` while a `Combobox` call site remains. Remove the package only after those call sites have a supported replacement or a separately reviewed custom implementation.

***
