Bacra Woo

Results 10 issues of Bacra Woo

Repeatedly execute `done` when rename files. It affectes other tasks which is async behind.

* render column children in Fragment Please make sure these boxes are checked before submitting your PR, thank you! - [x] Make sure you follow contributing guide [English](https://github.com/element-plus/element-plus/blob/master/.github/CONTRIBUTING.en-US.md) | ([中文](https://github.com/element-plus/element-plus/blob/master/.github/CONTRIBUTING.zh-CN.md)...

Contribution::Community
1st contribution
CommitMessage::Qualified
Needs Review

Has `selected_dropdown_item` always

When using `LocalData`, allows users to view a list, in no case input ![demo](https://cloud.githubusercontent.com/assets/3293588/5205621/bf19de0a-75d3-11e4-80bd-693f0cc15369.png)

- Fix: `onReady` without `tokenInputObject` data - Add: `$` method for geting object's elements

Custom dropdown style by using `dropdownStyle` It is useful for seting `dropdown`'s `position`

- Keep `placeholder` attr always - Fix `input_box` min width by using `placeholder` attr always

Give the focus to input for deleting the selected token

Node11 and Node8 sort results are different when return 0 by `Array.sort`. This causes the generated variable names to be inconsistent in different versions. For background: https://v8.dev/blog/array-sort (from @mathiasbynens )

### Describe the bug buildConcurrency 默认为64,使用pMap之后,无法保证本地搜索索引的添加顺序 https://github.com/vuejs/vitepress/blob/8f31a4c0780657af9137762c9394c56912f6e383/src/node/plugins/localSearchPlugin.ts#L137 ### Reproduction 重现路径: * 配置文件中,启动 `themeConfig.server.provider = 'local'` * 需要处理的页面尽量多 临时规避方案: 配置 `buildConcurrency = 1` 之后,问题消失 ### Expected behavior 每次编译都生成相同的 @localSearchIndexroot.js ### System...

bug
build