标签: jquery css materialize
如何使用脚本在自动完成芯片中自定义宽度来实现CSS。
这是示例代码:
$('.chips-autocomplete').chips({ autocompleteOptions: { data: { 'Apple': null, 'Microsoft': null, 'Google': null }, limit: Infinity, minLength: 1 } });