Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug Report] form uses'el-select'below, and when'multiple' is'true', the'size'attribute cannot be set. #13895

Closed
zihe-xu opened this issue Dec 26, 2018 · 1 comment

Comments

@zihe-xu
Copy link

zihe-xu commented Dec 26, 2018

Element UI version

2.4.11

OS/Browsers version

mac/Chrome

Vue version

2.5.21

Reproduction Link

https://jsfiddle.net/xslmenghuan/y3zc2der/6/

Steps to reproduce

<el-form ref="form" :model="form" label-width="80px">
  <el-form-item label="活动区域">
   <el-select size='mini' multiple  v-model="form.region" placeholder="请选择活动区域11">
     ...
   </el-select>
  </el-form-item>
</el-form>

What is Expected?

el-selectmultiplesize 属性,可以同时存在

What is actually happening?

el-select 设置 multipletrue 时, 可以使用 size 属性

@element-bot element-bot changed the title [Bug Report] form表单下面使用 ‘el-select’ ,当‘ multiple’为 ‘true’时, 无法设置 ‘size’ 属性 [Bug Report] form uses'el-select'below, and when'multiple' is'true', the'size'attribute cannot be set. Dec 26, 2018
@stale
Copy link

stale bot commented Jan 9, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Jan 9, 2020
@stale stale bot closed this as completed Jan 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants