element/packages/theme-chalk
Akshay Jat 6ae54e5230 Select: fix option wrap in multiple mode (#12329)
* 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 21475c6daac3e0ca364b4a9889e899316e553839.

* 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
2018-10-17 16:40:29 +08:00
..
src Select: fix option wrap in multiple mode (#12329) 2018-10-17 16:40:29 +08:00
.gitignore scaffolding chalk (#6643) 2017-08-23 18:07:14 +08:00
gulpfile.js scaffolding chalk (#6643) 2017-08-23 18:07:14 +08:00
package.json [build] 2.4.8 2018-09-30 16:21:54 +08:00
README.md scaffolding chalk (#6643) 2017-08-23 18:07:14 +08:00

element-theme-chalk

element component chalk theme.

Installation

npm i element-theme-chalk -S

Usage

Use Sass import

@import 'element-theme-chalk';

Or Use webpack

import 'element-theme-chalk';

Or

<link rel="stylesheet" href="path/to/node_modules/element-theme-chalk/lib/index.css">

Import on demand

import 'element-theme-chalk/lib/input.css';
import 'element-theme-chalk/lib/select.css';

// ...