mirror of
https://gitee.com/bootx/dax-pay-ui
synced 2026-08-13 07:45:41 +08:00
fix(table): editable cell display with validation
修复带验证的可编辑表格的组件意外失焦的问题 fixed: #953
This commit is contained in:
@@ -19,7 +19,7 @@ export const CellComponent: FunctionalComponent = (
|
||||
const Comp = componentMap.get(component) as typeof defineComponent;
|
||||
|
||||
const DefaultComp = h(Comp, attrs);
|
||||
if (!rule || !popoverVisible) {
|
||||
if (!rule) {
|
||||
return DefaultComp;
|
||||
}
|
||||
return h(
|
||||
|
||||
Reference in New Issue
Block a user