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

feat(mention): search event add a prefix param #2356

Merged
merged 1 commit into from
Jun 2, 2023

Conversation

chenguzhen87
Copy link
Contributor

@chenguzhen87 chenguzhen87 commented Apr 22, 2023

Types of changes

  • New feature
  • Bug fix
  • Enhancement
  • Component style change
  • Typescript definition change
  • Documentation change
  • Coding style change
  • Refactoring
  • Test cases
  • Continuous integration
  • Breaking change
  • Others

Background and context

Solution

How is the change tested?

Changelog

Component Changelog(CN) Changelog(EN) Related issues
mention search 事件增加 prefix 属性 Add prefix attribute to search event Close #2354

Checklist:

  • Test suite passes (npm run test)
  • Provide changelog for relevant changes (e.g. bug fixes and new features) if applicable.
  • Changes are submitted to the appropriate branch (e.g. features should be submitted to feature branch and others
    should be submitted to main branch)

Other information

@chenguzhen87
Copy link
Contributor Author

相关issues #2354

@chenguzhen87
Copy link
Contributor Author

@flsion,有时间帮忙看一下,合一下代码发个版本,项目继续这个功能

@flsion flsion added this to the 2.47.0 milestone Jun 2, 2023
@flsion flsion added the ✨ Feature Request New feature or request label Jun 2, 2023
@flsion flsion merged commit 041835f into arco-design:main Jun 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature Request New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mention组件配置prefix="['@','#']",search 方法里怎么区分@触发的,还是#触发的?
2 participants