Skip to content

Commit

Permalink
Update screenies
Browse files Browse the repository at this point in the history
  • Loading branch information
jackocnr committed Aug 19, 2024
1 parent 9a66a37 commit bc9a941
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

International Telephone Input is a JavaScript plugin for entering and validating international telephone numbers. It takes a regular input field, adds a searchable country dropdown, auto-detects the user's country, displays a relevant placeholder number, formats the number as you type, and provides comprehensive validation methods.

<img src="https://raw.github.com/jackocnr/intl-tel-input/master/screenshots/vanilla-search.webp" alt="Screenshot" width="238px" style="max-width: 100%" />
<img src="https://raw.github.com/jackocnr/intl-tel-input/master/screenshots/vanilla-search2.png" alt="Screenshot" width="237px" height="280px" />

If you find the plugin helpful, please consider [supporting the project](https://github.com/sponsors/jackocnr).

Expand Down Expand Up @@ -320,7 +320,7 @@ Set this to false to hide the flags e.g. for political reasons. Instead it will
Type: `Boolean` Default: `false`
Display the selected country dial code next to the input, so it looks like it's part of the typed number, except it is uneditable. When enabled, typing a plus in the telephone input will open the country dropdown and enter the plus in the search input instead, to force the user to select a country from the list rather than typing their dial code in the telephone input. Play with this option on [Storybook](https://intl-tel-input.com/storybook/?path=/docs/intltelinput--separatedialcode) (using the React component).

<img src="https://raw.github.com/jackocnr/intl-tel-input/master/screenshots/separateDialCode2.webp" width="232px" height="47px" alt="Separate Dial Code">
<img src="https://raw.github.com/jackocnr/intl-tel-input/master/screenshots/separate-dial-code3.png" width="234px" height="49px" alt="Separate Dial Code">

**strictMode**
Type: `Boolean` Default: `false`
Expand Down
Binary file added screenshots/separate-dial-code3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed screenshots/separateDialCode2.webp
Binary file not shown.
Binary file removed screenshots/vanilla-search.webp
Binary file not shown.
Binary file added screenshots/vanilla-search2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed screenshots/vanilla.webp
Binary file not shown.

0 comments on commit bc9a941

Please sign in to comment.