[Bug Report] <el-time-select> 设置了 :editable="false" 后,组件会自动变为 disabled 状态 - Vue element-plus
Element Plus version
1.0.2-beta.40
OS/Browsers version
windows / chrome 90
Vue version
3.0.11
Reproduction Link
https://codepen.io/Dreamer365/pen/QWdzOXO
Steps to reproduce
<el-time-select`
v-model="value"
start='00:30'
step='00:15'
end='18:30'
:editable="false"
placeholder="选择时间"
></el-time-select>
What is Expected?
What is actually happening?
Asked Oct 06 '21 23:10
Dreamer365
1 Answer:
Translation of this issue:
Element Plus version
1.0.2-beta.40
OS/Browsers version
windows / chrome 90
Vue version
3.0.11
Reproduction Link
https://codepen.io/Dreamer365/pen/QWdzOXO
Steps to reproduce
<el-time-select`
v-model=\"value\"
start='00:30'
step='00:15'
end='18:30'
:editable=\"false\"
Placeholder = \"select time\"
></el-time-select>
What is Expected?
< El time Select > the time can still be selected normally after setting: edit = false.
What is actually happening?
The < El time Select > setting: edit = \"false\" causes the < El time Select > component to become disabled, which makes it unable to operate.
1
Answered Apr 23 '21 at 08:45
element-bot
Read next
- PrestaShop Connections source / http referrer database index - PHP
- Halide How to best do fuzzy comparison for floats C++
- netdata Missing network graph for some cgroup containers - C
- Error! No file exists at output path '<path><file>.strings'. - BartyCrouch
- Mailspring Pro Annual Upgrade Issue - Mailspring
- Use nps to play the p2p live video streaming for remote driverless vehicle surveillance. - nps
- Problem with JavaScript Obfuscator package - bytenode
- vscode `Find All References` returns incomplete result while TS lang server is warming up TypeScript