* Table: Adds header rendering slot
Fixes#4909 and #4908
* Add translation to spanish
* Include render-header deprecation warning
* Add chinese translation and scoped slot description at bottom
* Fix documentation and warnings. Fix custom-header docs
* Fix redundant columns and cleanup example
* Prevent scopedSlot from working on selection column
* Typo
* Select: Fix (#11392 & #12327) Writing space become small when collapse-tags prop is added & input takes new line even if space is available when filterable & multiple props are true
* Changes as IE & Edge dosen't support display: contents
* Revert "Changes as IE & Edge dosen't support display: contents"
This reverts commit 21475c6daa.
* Fixed issue - input going in new line even if there is space (collapse-tags)
* Made calculating with dynamic (replaced static 208 with el-select__tags dynamic width)
* Select: Fixed Bug - Extra Height
Fixed bug - getting extra height whenever last options width is most of same as select's width
* Dropdown: Added slots to documentation
Added slots section in english to documentation for dropdown component. Chinese and Spanish missing.
* Update dropdown.md
* date-picker: fix confirm() ignoring date validity
make date-range panel's confirm validate date before confirming.
1. disable confirm button if picked date is invalid
2. reset highlight date on picker open (resetView)
* test: date-time-range confirm honors disabledDate
* Form: adds prop to make asterisk optional on required fields
* Form: adds prop to make asterisk optional on required fields
* ElForm: Reverses attribute name to hide-required-asterisk, which defaults to false
* Update form-item.vue
* Update form.scss
* Update form.md
* Docs: Document el-form label-position attribute
Adds improved documentation to the el-form `label-position` attribute, which behaves differently when used with and without `label-width`. This has been a source of confusion for myself and others:
https://github.com/ElemeFE/element/issues/8477
Thanks!
* Document el-form label-position attribute (zh-CN, needs translation)
* Document el-form label-position attribute (es)
* Update form.md