Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在使用网络应用程序时,如果用户碰巧在文件选择器进入模式时点击了文件选择器框的外侧,则该用户将丢失所有正在发生的上传。
我想知道是否有办法防止这种情况发生。比如禁用点击模态背景时关闭filepicker和modal的绑定。
非常感谢。
只是想跟进并让您知道此问题现已解决并默认启用!谢谢你的建议
I have a List of objects and each object is a another List of objects, so for example, I am passing List<object> cars to one method and I want to get all the properties of on
List<object> cars