gpt4 book ai didi

Angular2 Reactive 表单 - 为表单输入字段设置默认值(输入类型=文件)?

转载 作者:太空狗 更新时间:2023-10-29 17:54:31 28 4
gpt4 key购买 nike

我必须将默认图像路径设置到 formbuilder 中,但出现异常。我也尝试过使用空字符串和 null。

 buildForm() {
this.userForm = this.formBuilder.group({
location_id: this.formBuilder.control(null),
image: this.formBuilder.control('assets/images-demo/avatars/user.png'),
});
}

ERROR DOMException: Failed to set the 'value' property on 'HTMLInputElement': This input element accepts a filename, which may only be programmatically set to the empty string.

最佳答案

错误表明无法以编程方式为 type='file' 设置输入。

只能为空字符串。

许多帖子说这是更改文件类型的输入值的安全问题。

jQuery, Select Input FILE and also set it to another INPUT

关于Angular2 Reactive 表单 - 为表单输入字段设置默认值(输入类型=文件)?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43761131/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com