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

fix(Search): resolved action-click event invalid #908

Merged
merged 1 commit into from
Jun 27, 2023

Conversation

anlyyao
Copy link
Collaborator

@anlyyao anlyyao commented Jun 27, 2023

🤔 这个 PR 的性质是?

  • 日常 bug 修复
  • 新特性提交
  • 文档改进
  • 演示代码改进
  • 组件样式/交互改进
  • CI/CD 改进
  • 重构
  • 代码风格优化
  • 测试用例
  • 分支合并
  • 其他

🔗 相关 Issue

fix #776

💡 需求背景和解决方案

📝 更新日志

  • fix(Search): 修复 action-click 事件无效

  • 本条 PR 不需要纳入 Changelog

☑️ 请求合并前的自查清单

⚠️ 请自检并全部勾选全部选项⚠️

  • 文档已补充或无须补充
  • 代码演示已提供或无须提供
  • TypeScript 定义已补充或无须补充
  • Changelog 已提供或无须提供

@github-actions
Copy link
Contributor

github-actions bot commented Jun 27, 2023

完成

@github-actions
Copy link
Contributor

Size Change: -50 B (0%)

Total Size: 498 kB

Filename Size Change
./dist/tdesign.js 292 kB -30 B (0%)
./dist/tdesign.min.js 141 kB -20 B (0%)
ℹ️ View Unchanged
Filename Size
./dist/reset.css 672 B
./dist/tdesign.css 37.4 kB
./dist/tdesign.min.css 27.1 kB

@anlyyao anlyyao force-pushed the fix/search-event/action-click branch from 4bb469c to bf7b324 Compare June 27, 2023 10:31
@github-actions
Copy link
Contributor

Size Change: -53 B (0%)

Total Size: 499 kB

Filename Size Change
./dist/tdesign.js 293 kB -31 B (0%)
./dist/tdesign.min.js 141 kB -22 B (0%)
ℹ️ View Unchanged
Filename Size
./dist/reset.css 672 B
./dist/tdesign.css 37.4 kB
./dist/tdesign.min.css 27.1 kB

@anlyyao anlyyao force-pushed the fix/search-event/action-click branch from bf7b324 to 408de8f Compare June 27, 2023 10:53
@anlyyao anlyyao force-pushed the fix/search-event/action-click branch from 408de8f to c45b3fa Compare June 27, 2023 10:56
@github-actions
Copy link
Contributor

Size Change: -53 B (0%)

Total Size: 499 kB

Filename Size Change
./dist/tdesign.js 293 kB -31 B (0%)
./dist/tdesign.min.js 141 kB -22 B (0%)
ℹ️ View Unchanged
Filename Size
./dist/reset.css 672 B
./dist/tdesign.css 37.4 kB
./dist/tdesign.min.css 27.1 kB

1 similar comment
@github-actions
Copy link
Contributor

Size Change: -53 B (0%)

Total Size: 499 kB

Filename Size Change
./dist/tdesign.js 293 kB -31 B (0%)
./dist/tdesign.min.js 141 kB -22 B (0%)
ℹ️ View Unchanged
Filename Size
./dist/reset.css 672 B
./dist/tdesign.css 37.4 kB
./dist/tdesign.min.css 27.1 kB

@LeeJim LeeJim merged commit 86f1b4c into develop Jun 27, 2023
@LeeJim LeeJim deleted the fix/search-event/action-click branch June 27, 2023 13:04
This was referenced Jun 27, 2023
anlyyao added a commit that referenced this pull request Jun 28, 2023
* fix(PullDownRefresh): reset loading bar height (#888)

* refactor(fab): using setup (#897)

* chore: fix ci test (#904)

* fix: resolve some test case error (#905)

* fix(Textarea): resolved indicator error (#902)

* fix(Textarea): resolved indicator error

* test: update unit case

* feat(Popover): add popover (#898)

* feat(Popover): add popover

* chore: update _common

* test: update snapshots

* fix: remove use-emit-event function (#899)

* fix: remove use-emit-event function

* fix: remove use-emit-event function

* feat(stepper): add focus event

* test: resolve error

* test: update snapshot

* refactor(divider): final version (#896)

* refactor(divider): final version

* test: update snapshots

---------

Co-authored-by: anlyyao <anly_yaw@163.com>

* fix(Search): resolved action-click event invalid (#908)

* fix(DateTimePicker): fix modelValue invalid (#903)

* chore: publish v1.0.0-rc (#910)

* chore: publish v1.0.0-rc

* docs: update changelog

---------

Co-authored-by: ccccpj <ccccpj@outlook.com>
Co-authored-by: leejimchill <leejimqiu@gmail.com>
Co-authored-by: yuyang <uyarnchen@gmail.com>
anlyyao added a commit that referenced this pull request Jul 4, 2023
* fix(PullDownRefresh): reset loading bar height (#888)

* refactor(fab): using setup (#897)

* chore: fix ci test (#904)

* fix: resolve some test case error (#905)

* fix(Textarea): resolved indicator error (#902)

* fix(Textarea): resolved indicator error

* test: update unit case

* feat(Popover): add popover (#898)

* feat(Popover): add popover

* chore: update _common

* test: update snapshots

* fix: remove use-emit-event function (#899)

* fix: remove use-emit-event function

* fix: remove use-emit-event function

* feat(stepper): add focus event

* test: resolve error

* test: update snapshot

* refactor(divider): final version (#896)

* refactor(divider): final version

* test: update snapshots

---------

Co-authored-by: anlyyao <anly_yaw@163.com>

* fix(Search): resolved action-click event invalid (#908)

* fix(DateTimePicker): fix modelValue invalid (#903)

* chore: publish v1.0.0-rc (#910)

* chore: publish v1.0.0-rc

* docs: update changelog

* fix(Stepper): resolved precision problem (#906)

* feat: remove discard api (#907)

* docs: add EN docs for mobile (#914)

* feat(Popover): support close-on-click-outside attr (#916)

* feat(Loading): enrich the supported types of indicator properties (#918)

* feat(Loading): enrich the supported types of indicator properties

* test: update snapshots

* feat(cascader): lazy demo (#917)

* feat(cascader): lazy demo

* feat: cascader options change 事件

* feat(cascader): lazy demo update

* fix: fix demo

---------

Co-authored-by: PY <pengyue970715@gmail.com>
Co-authored-by: anlyyao <anly_yaw@163.com>

* fix: remove unused code (#921)

* feat(dropdownMenu): add direction api (#878)

* feat(dropdownMenu): add direction api

* fix: optimize demo code

---------

Co-authored-by: leejimchill <leejimqiu@gmail.com>

* fix(Popup): resolved visible-change event parameter error (#920)

* chore: update _common (#922)

* chore: publish v1.0.0-rc.1 (#925)

* chore: publish v1.0.0-rc.1

* docs: update changelog

---------

Co-authored-by: ccccpj <ccccpj@outlook.com>
Co-authored-by: leejimchill <leejimqiu@gmail.com>
Co-authored-by: yuyang <uyarnchen@gmail.com>
Co-authored-by: PY <pengyue970715@gmail.com>
@github-actions github-actions bot mentioned this pull request Aug 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Search] action-click 事件无效
2 participants