Saul Page

Results 3 issues of Saul Page

Hello, I know we can code this in the onChange event. But it would be nice to have an onComplete event so when the popup disappears this event is fired,...

Hello, When I update the state inside of my own component, along with onDeleteItem. For instance this works. ``` onDragStart = () => { this.setState({toScrollEnabled: false}); } console.log('Item was deleted:',...

Hello, I'm not that great with Python, more of a JS dev, so I don't know if this is correct? When trying to pass in the parameters method, extmethod without...