标签: javascript materialize
我需要在实现自动完成中传递ID,该怎么办?我正在使用1.0.0版
class PersonList { persons = { john: 'description of john', bob: 'description of bob' } }