ant-design-blazor / ant-design-blazor

🌈A set of enterprise-class UI components based on Ant Design and Blazor WebAssembly.

Home Page:https://antblazor.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReuseTab supports property configuration when switching pages to handle whether to clear modal box elements generated on the previous page

yuanleft opened this issue · comments

需求背景:我们的modal框元素实际上时当作一个页面标签来使用 通过状态控制显示隐藏,为了避便过多的渲染
现状:ReuseTab切换页面时会清空上一个页面产生的modal框元素
需求:ReuseTab切换页面时支持通过属性配置来处理是否清理上一个页面产生的modal框元素