有什么方法可以使用脚本自定义自动完成芯片中实现CSS的宽度?

时间:2019-12-15 12:31:00

标签: jquery css materialize

如何使用脚本在自动完成芯片中自定义宽度来实现CSS。

这是示例代码:

$('.chips-autocomplete').chips({
    autocompleteOptions: {
      data: {
        'Apple': null,
        'Microsoft': null,
        'Google': null
      },
      limit: Infinity,
      minLength: 1
    }
  });

0 个答案:

没有答案
相关问题