Skip to content

v2.0.0

Compare
Choose a tag to compare
@viclafouch viclafouch released this 30 Aug 09:11
· 159 commits to master since this release

Breaking Changes

  • matchIsValidTel instead of isValidPhoneNumber. Less confusion, it's a function and not a const.

Usage

- import { isValidPhoneNumber } from 'mui-tel-input'
+ import { matchIsValidTel } from 'mui-tel-input'

Fixes

  • Closes #8 ("Could not works for canada , +1")

Docs