• Form 컴포넌트 lazy 속성이 true 이면 initialValues 의 값이 새롭게 갱신되면 값을 설정한다 dependKey 속성이 있으면 해당 key 의 값이 변경되면 submit 한다. finishingDisabled 속성이 true 이면 onFinish 이벤트가 진행될 때 form이 disable 된다.

    Parameters

    Returns ReactNode

Properties

$$typeof: symbol
defaultProps?: Partial<(FormProps<any> & RefAttributes<FormInstance<any>>)>
displayName?: string

Used in debugging messages. You might want to set it explicitly if you want to display a different name for debugging purposes.

propTypes?: WeakValidationMap<(FormProps<any> & RefAttributes<FormInstance<any>>)>

Generated using TypeDoc