Skip to content

Releases: jackocnr/intl-tel-input

v0.9.14

01 Feb 03:54
Compare
Choose a tag to compare
  • fixed issue in firefox: vertical margin on input breaks alignment
  • CSS tidyup / alignment fixes
  • JS abstraction / tidyup
  • arrow now points up while dropdown open
  • added title attribute to selected flag (try hovering the selected flag!)
  • added getSelectedCountryData public method

v0.9.13

21 Jan 22:57
Compare
Choose a tag to compare
  • fixed regression: input with vertical margin breaks flag alignment

v0.9.12

21 Jan 03:01
Compare
Choose a tag to compare
  • fixed issue with default delimiter and autoHideDialCode option

v0.9.11

21 Jan 00:02
Compare
Choose a tag to compare
  • allow dial code delimiter to be overridden
  • Wrap in UMD (so that it supports AMD)
  • fixed issue: enter on dropdown submits form
  • improved default styling
  • new flags
  • updated country data to show 24 more countries
  • abstracted lots of new functions from plugin init method

v0.9.10

15 Jan 06:28
Compare
Choose a tag to compare

Bug fixes

v0.9.9

13 Jan 08:41
Compare
Choose a tag to compare
tweak demo css

v0.9.8

13 Jan 08:18
Compare
Choose a tag to compare

Examples

v0.9.7

13 Jan 06:58
Compare
Choose a tag to compare
  • fire change event on the input when changing countries
  • fixed issue where dial codes were ignored if they had a space in
  • fixed issue: changing flag doesnt update number when dial code contains space/dot etc
  • lots more tests
  • disabled dropdown/hover states when input disabled
  • support inputs of any height
  • fixed issue where hitting enter to select a list item didnt close the dropdown
  • updated defaultStyling option to allow positioning selected flag outside input

v0.9.6

16 Dec 07:33
Compare
Choose a tag to compare
  • Removed initialDialCode option as made redundant by autoHideDialCode option
  • Added defaultCountry option

v0.9.5

25 Nov 04:23
Compare
Choose a tag to compare
  • Option initialDialCode now defaults to false
  • Added option autoHideDialCode, which defaults to true
  • Added public method setNumber
  • Added static methods getCountryData and setCountryData