Skip to content

Instantly share code, notes, and snippets.

View douglaswangome's full-sized avatar

Douglas Wangome douglaswangome

View GitHub Profile
@douglaswangome
douglaswangome / PhoneInput.tsx
Created May 8, 2026 21:30
Mantine v9+ Phone Input with Dynamic IMask Country Switching and Reverse Lookup
import { memo, useCallback, useEffect, useRef, useState } from 'react';
import {
useCombobox,
Combobox,
Group,
ScrollArea,
InputBase,
ActionIcon,
Text,
type InputBaseProps,