Releases: iamstevendao/vue-tel-input
Releases · iamstevendao/vue-tel-input
v2.4.2
- #70 - Add
country-changed
event, fired when country changed (even for the first time) (7f2537a).
- #108 - Prevent window scrolling when up and down keys are pressed (08c016e).
v2.4.1
- #90: Add
inputId
prop, to set custom id
for the input (737801e).
v2.4.0
- Add
open
and close
events, fired when the flags dropdown opens or closes (4374e67)
- Add
validCharactersOnly
prop to prevent invalid characters (letters,...) (77a3687)
Development improvement:
v2.2.6
- #99: Allow Array, Object and String as type for custom classes (78d08d1)
v2.2.5
#94 - Add backward-compatibility for events emitting from the component (83f2737)
Development improvement
v2.2.4
#100 - Fix bug the dropdown doesn't work on Firefox, by falling back to event.composedPath
if event.path
is undefined (a3735ed)