Releases: jackocnr/intl-tel-input
Releases · jackocnr/intl-tel-input
v27.2.0
v27.1.3
- Move large inline handlers to private methods (4dcd8d5d)
- Break up handleInputEvent for readability (8395c396)
- Playground fix: countrySearch disabled, typing alpha chars in tel input performed hidden-search on dropdown (7b078496)
- separateDialCode: don't erase lone + typed when strictMode is off (180e5760)
- Component wrappers: prevent missing-utils throw on keystrokes during utils-loading gap (7f5f2ec8)
v27.1.2
v27.1.1
v27.1.0
- Emit synthetic input event on countrychange to simplify handler code (288c0290)
- Fix: 2nd instance breaks if initialised after geoIpLookup complete (b73a998b)
- Fix focus issue when dropdownAlwaysOpen enabled (456bee79)
- Set dropdown width before calling setInitialState (4cbfc30a)
- Rename private method to distinguish from public method with same name (40184d0e)
- Refactor for clarity e.g. always explicity call setLoading(false) instead of relying on the loading class getting wiped incidentally (d98d10b1)
- Fix: dropdownAlwaysOpen bug - new selected country not being highighted and scrolled to (f144f560)
- Emit strict:reject event when strict mode rejects a key/paste chars (49faebc3)
v27.0.17
v27.0.16
Full Changelog: v27.0.15...v27.0.16
v27.0.11
- fix: restore input padding-left on destroy in non-separateDialCode mode
- Lots of code cleanup
v27.0.10
- react cmp fix and tests - fixes issue with unmount with react v19
- fix: svelte destroy error
- react fix: dont trigger change callbacks on mount
- fix svelte cmp: WithUtils version doesn't expose getInstance properly