$(document).ready(function () { $('.select2').select2({ allowClear: true, placeholder: '-- Pilih --', tags: true }); })