Skip to content

useStepsForm before submission event using ant-design UI #2429

Answered by omeraplak
heriparid asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @heriparid 👋,
Thank you for contacting us! You can override submit function of useStepsForm hook ⚡️

const stepsForm = useStepsForm({
    submit: (values) => {
        console.log(values);
    },
});

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@heriparid
Comment options

@omeraplak
Comment options

@heriparid
Comment options

@omeraplak
Comment options

@omeraplak
Comment options

Answer selected by omeraplak
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants