WeChat Mini Programs input component in the real machine environment, the handwritten input method does not trigger bindinput events, how do you solve it?

as shown in the following figure:

/ / recently encountered a project, WeChat Mini Programs input component bindinput event under the handwritten input method, the situation is described in the figure. I have tried to use bindblur and bindinput events together, but I can"t solve this problem. I look forward to answering it.

Jan.11,2022

you want to use the bindblur event at the same time, using the same as bindinput,
< input bindinput= "aa" bindblur= "aa" / >

Menu