Alex Xiao

Results 2 comments of Alex Xiao

I updated the code. It should be more clear now. @dmnd

Will this do? @dmnd @zgotsch ```jsx class SimpleExample extends React.Component { constructor(props) { super(props); this.formRef = React.createRef(); this.navigationListener = () => { const {pristine, submitted} = this.formRef.current.state; if (pristine ||...