Interactive testing environment for react-shared components
Current: Default
International phone number input with country code selection and validation
Customize the phone input properties and see the changes in real-time
No input yet
Different states and configurations
phonestring - Initial phone number value (default: '')
phoneCountryCodestring - Initial country code (default: '+1')
debouncenumber - Debounce delay in milliseconds (default: 2000)
disabledboolean - Disable the input (default: false)
errorstring - Error message to display
onChange(value: TelephoneInputValue) => void - Callback when phone number changes
numberstring - The phone number (digits only)
countryCodestring - The selected country code (e.g., '+1')
validboolean - Whether the phone number is valid
possibleboolean - Whether the phone number is possible