Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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
@github-actions
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.

2 participants