We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
问题描述 在android调用textarea的blur,无法的到文档中所说的cursor属性值:
仅能得到如下属性值:
复现步骤 1、给textarea指定blur方法,打印event.detail值 2、改变textarea内容后,点击textarea外其他区域。
预期结果 得到如文档所说的属性value和cursor值
实际结果 只能得到value属性值,并无cursor属性。
系统信息:
The text was updated successfully, but these errors were encountered:
HBuilderX 2.1.0 及以上版本已修复
Sorry, something went wrong.
No branches or pull requests
问题描述
在android调用textarea的blur,无法的到文档中所说的cursor属性值:
仅能得到如下属性值:
复现步骤
1、给textarea指定blur方法,打印event.detail值
2、改变textarea内容后,点击textarea外其他区域。
预期结果
得到如文档所说的属性value和cursor值
实际结果
只能得到value属性值,并无cursor属性。
系统信息:
The text was updated successfully, but these errors were encountered: