I want to validate the name if it's already exit or not.
if Exist there should be a pop up to change the name
Here is my list of object before saving.
input change
handleStoryboardTitleChange = (e) => {
this.setState({ storyboardTitle: e.target.value });
};
save function
handleSaveButton = () => { };
How to check if boardTitle is already exit , if exit need popup,later it should not execute flow