Element UI的復合輸入框應用

2021-10-24 23:20:22 字數 958 閱讀 4012

工作需求 : 應用復合輸入框支援右側下拉選項 左側支援輸入 ,當左側輸入時候右側下拉清空

**如下:

// html

"請輸入應用鏈結"

:value=

"datadetail.url"

class

="input-width-select" style=

"width:80%" @focus=

"getvalue" @input=

"changinput($event)"

>

"true" v-model=

"url" clearable slot=

"width:100px" placeholder=

"常用鏈結"

>

for=

"(item,index) in list"

:key=

"index"

:label=

"item.label"

:value=

"item.value"

>

<

/el-option>

<

/el-select>

<

/el-input>

// script

data()

,// 表單

url:

null

,// 下拉框的值

list:[,

,,,]

// 資料字典下拉列表}}

,watch:})

}else}}

,methods:

,changinput

(value)

}// css 按照官網寫之後發現select沒有展示是因為沒有給el-select寬的問題。

.el-select

.input-width-select

ElementUI 輸入框模糊搜尋資料處理的坑

前言 最近在遇到乙個需求,輸入框 input 模糊搜尋的功能,我用到的是elementui的el autocomplete 元件,但是在使用的過程中遇到了一些坑,分享一下 坑1 根據官方提供的方法 querysearch querystring,cb customerorderapi.getumli...

讓element ui的輸入框聚焦的4種方式

方法 一 繫結ref 方法二 通過自定義事件中的事件物件 event,找到input 方法三 使用自定義指令 方法四 使用原生input 方法 一 繫結ref 參考yiyueqinghui form.name ref name el input this refs.name.focus 方法二 通過...

輸入框輸入限制

public class verifytext 主監聽 regexpverifylistener regexpverifylistener null regexpverifylistener regexpverifylistener this.text.getdata digitverifylist...