Skip to content

SearchScopeInput

这是一个带有下拉框的搜索框。

源文件

SearchScopeInput.vue

SearchScopeInput.vue

示例

向下展开

props 参数

参数名说明类型默认值
select(v-model)选中的值string-
input(v-model)输入框的值string-
options下拉框的选项Array<{label: string, value: string}>-
fieldNames同antdv的fieldNamesobject-
placeholder数组,第一个元素为下拉框的placeholder,第二个元素为输入框的placeholderstring[]-

事件

事件名说明参数
select-change下拉框选中值改变时触发,参数为选中的idvalue: string
input-change输入框值改变时触发,参数为输入框的值value: string
input-blur输入框失去焦点时触发,参数为输入框的值value: string
input-enter输入框按下回车时触发,参数为输入框的值value: string
input-click点击右侧图标时触发,参数为输入框的值value: string

插槽

插槽名说明参数
suffix输入框右侧图标-

Released under the MIT License.