select2 / select2-bootstrap-theme

A Select2 v4 Theme for Bootstrap 3
https://select2.github.io/select2-bootstrap-theme/
MIT License
872 stars 499 forks source link

On select2("val",value), complete value is not taking. #73

Open kiransrk opened 6 years ago

kiransrk commented 6 years ago

When I call function $('#DrpId').select2("val",2012),its taking only first digit i.e 2. ex 2 -$('#DrpId').select2("val",76),its taking only first digit i.e 7.