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 : input-text选择器模式时增加触发change事件 #9301

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pingbaobao
Copy link
Collaborator

What

「input-text」选择器模式时无法触发change事件

Why

「input-text」选择器模式时缺少change事件派发

How

「input-text」选择器模式时补充事件触发

@github-actions github-actions bot added the feat label Jan 3, 2024
Copy link

github-actions bot commented Jan 3, 2024

👍 Thanks for this!
🏷 I have applied any labels matching special text in your issue.

Please review the labels and make any necessary changes.


const rendererEvent = await dispatchEvent(
'change',
resolveEventData(this.props, {value})
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里派发的value有问题,应该是处理之后的value,也即onChange抛出的value

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants