美文网首页
uniapp下拉搜索插件

uniapp下拉搜索插件

作者: 扶得一人醉如苏沐晨 | 来源:发表于2022-11-25 10:04 被阅读0次

https://ext.dcloud.net.cn/plugin?id=5627#detail

原组件有bug
解决选中以后不能回显的问题

/** 点击组件列
         * @param {Object} index 索引
         * @param {Object} item 值
         */
        selectitem(index, item) {
            this.active = false
            this.changevalue = item[this.slabel]
            this.$emit("selectitem", {index, item}) 
        },

样式调整

.uni-select-lay {
    position: relative;
    z-index: 999;
    width: 100%;
}

相关文章

网友评论

      本文标题:uniapp下拉搜索插件

      本文链接:https://www.haomeiwen.com/subject/yfexfdtx.html