i'm using the jquery-select2 plugin on select list :
$("#product").select2({
minimumInputLength: 2
});
i have a list of products in my select :
- screen 19"
- screen 17"
- screen 15"
- screen 13"
suppose i select 'screen 17"' instead of 'screen 15"' and i want to change it to screen 15" so i've to reopen the list and retype all the keyword screen..., my question : is there any way to edit the selected value directly so i can replace (in this case 17 by 15) instead of retype all the keyword to get the wanted value.