如何将输入字段设置为可选?
我以某种方式设置了一个必需的输入字段,但我不确定如何做。编辑标签时,标签所有者输入字段应该可以为空。
我已在数据库表中设置“允许空值”:
有谁知道我该如何修复它?需要明确的是,我希望提交上述表单而不需要 tag_owner 值。
I have made an entry field required somehow but I'm not sure how. When editing a tag, the tag owner entry field should be able to be empty.
I have set "allow nulls" in the database table:
Does anyone know how I can fix it? To be clear, I want the above form to be submitted without requiring a value for tag_owner.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我通过在设计器视图中编辑 .dbml 文件的属性而不是在数据库资源管理器中编辑来找到修复程序。我不知道为什么这有效,但它确实有效,所以我很高兴。
I found the fix by editing the properties of the .dbml file in the designer view rather than editing in the database explorer. I don't know why this worked, but it did so I am happy.
检查您的来源是否有 requiredfield 标记,或单击 tag_owner 文本框并删除扩展程序
Check your source for a requiredfield tag or click the tag_owner textbox and remove extenders