gendesign/.design-sync/previews/AddressInput.tsx

12 lines
552 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import { AddressInput } from 'tradein-mvp-frontend';
/** Combobox адреса ЕКБ с автокомплитом. Dropdown открывается по focus/набору
* (фетч suggest офлайн недоступен) — карточка показывает заполненный control. */
export const Default = () => (
<AddressInput
value="Екатеринбург, ул. Репина, 75/2"
onChange={() => {}}
onPickCoords={() => {}}
placeholder="ул. Малышева, 30 · Куйбышева, 48…"
/>
);