tiny-vue icon indicating copy to clipboard operation
tiny-vue copied to clipboard

✨ [Feature]: Numeric 数字输入框支持手动输入时实时触发change事件

Open justkai99 opened this issue 9 months ago • 5 comments

What problem does this feature solve

Numeric 数字输入框支持手动输入时实时触发 change 事件,目前手动输出时不会实时触发 change 事件, 失焦后才会触发

What does the proposed API look like

Numeric 数字输入框支持手动输入时实时触发 change 事件

What is your project name

/

justkai99 avatar Mar 13 '25 02:03 justkai99

Bot detected the issue body's language is not English, translate it automatically.


Title: ✨ [Feature]: Numeric digital input box supports real-time triggering of change events when manually input

Issues-translate-bot avatar Mar 13 '25 02:03 Issues-translate-bot

@justkai99 这种场景应该叫:input 事件,类似 Input 组件的 input 事件,不是 change 事件。

请描述下具体的业务场景,为什么需要 input 事件呢?

kagol avatar Mar 24 '25 06:03 kagol

Bot detected the issue body's language is not English, translate it automatically.


@justkai99 This scenario should be called: input event, an input event similar to an Input component, not a change event.

Please describe the specific business scenario, why do you need an input event?

Issues-translate-bot avatar Mar 24 '25 06:03 Issues-translate-bot

遇到了同样的问题,需要Numeric 支持input事件,在tinyengine中右侧属性面板如果是Numeric ,在输入后切换组件不起作用,再次点击发现赋值错误

traveler-h avatar Apr 29 '25 05:04 traveler-h

Bot detected the issue body's language is not English, translate it automatically.


I encountered the same problem and needed Numeric to support input events. If Numeric on the right property panel in tinyengine, switching components after input does not work. Click again to find an assignment error

Issues-translate-bot avatar Apr 29 '25 05:04 Issues-translate-bot