var data = [{ id: 0, text: 'enhancement' }, { id: 1, text: 'bug' }, { id: 2,
text: 'duplicate' }, { id: 3, text: 'invalid' }, { id: 4, text: 'wontfix' }];
$("#controlID").select2({
data: data
})
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)