Customize Request Condition
Similar to requiredParams, condition can use function to customize the interface request, the function returns true to trigger the request, and returns false to stop the request.
return false;
}
}
]}
/> ``` <iframe src="https://codesandbox.io/embed/m332l38yjx?fontsize=14&view=editor" title="m332l38yjx" style="width:100%; height:500px; border:0; border-radius: 4px; overflow:hidden;" sandbox="allow-modals allow-forms allow-popups allow-scripts allow-same-origin" mark="crwd-mark"></iframe>