Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baiwumm/react-admin
/ triggerChange
Function
triggerChange
Xmw_web/src/components/FigureLabels/index.tsx:46–48 ·
view source on GitHub ↗
(changedValue: string[])
Source
from the content-addressed store, hash-verified
44
45
// 表单收集字段
46
const triggerChange = (changedValue: string[]) => {
47
onChange?.([...changedValue]);
48
};
49
50
/**
51
* @description: 更新用户信息
Callers
4
FigureLabels
Function · 0.85
handleClose
Function · 0.85
handleInputConfirm
Function · 0.85
handleEditInputConfirm
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected