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
0.9.52
No response
在table中添加一个文本框,然后对其设置值,不管用 关键代码: mock.ts中增加文本框
tdList: [ { colspan: 1, rowspan: 2, value: [ { value: `1`, size: 16 }, { value: '.', size: 16 }, { type: ElementType.CONTROL, value: '', control: { conceptId: 'username123', type: ControlType.TEXT, value: null, placeholder: '用户姓名', prefix: '{', postfix: '}' } } ] },
在onload的最后设置值
setTimeout(() => { console.log('change value') instance.command.executeSetControlValue({ conceptId: 'username123', value: '张无忌' }) }, 3000)
可以正常设置值
没赋值成功。
The text was updated successfully, but these errors were encountered:
@Hufe921 大佬,这个bug我看你前面提交记录修复了,但是我更新了代码,显示还是不管用,还是无法赋值
Sorry, something went wrong.
提供一下编辑器数据,和修改方法
fix: shrink control range boundary error #305
a9fc226
No branches or pull requests
version
0.9.52
Link to minimal reproduction
No response
Steps to reproduce
在table中添加一个文本框,然后对其设置值,不管用
关键代码:
mock.ts中增加文本框
在onload的最后设置值
What is expected?
可以正常设置值
What is actually happening?
没赋值成功。
System Info
No response
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: