## 概念 来自 IMB 的设计系统,看过一些组件的介绍,应该也是比较有参考价值的。 ## 组件 ### Select [Select – Carbon Design System](https://carbondesignsystem.com/components/select/usage/) ^cf2186 ### Dropdownn [Dropdown – Carbon Design System](https://carbondesignsystem.com/components/dropdown/usage/#multiselect) ^72b1d2 Dropdowns present a list of options from which a user can select one option, or several. A selected option can represent a value in a form, or can be used as an action to filter or sort existing content. ^acac4e ### 与 select 的区别 ^917274 [Dropdown – Carbon Design System](https://carbondesignsystem.com/components/dropdown/usage/#related) - 下拉和选择组件有功能和样式的差异。 - 下拉组件的基础代码是按照设计系统的样式设计的,而选择组件的外观是由所使用的浏览器决定的。 - 在表单中使用下拉式组件,一次选择多个选项,并对页面上的内容进行筛选或排序。选择下拉菜单没有过滤或多选功能。