How to use intl-tel-input - 1 common examples

To help you get started, we’ve selected a few intl-tel-input examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github adr1enbe4udou1n / laravel-boilerplate / resources / js / frontend / load-client-scripts.js View on Github external
;[...document.querySelectorAll('input[type="tel"]')].forEach(input => {
      intlTelInput(input)
    })

intl-tel-input

A JavaScript plugin for entering and validating international telephone numbers

MIT
Latest version published 3 days ago

Package Health Score

88 / 100
Full package analysis

Popular intl-tel-input functions