updating tags text with tags list on change

This commit is contained in:
Nouman Tahir 2021-04-09 19:47:42 +05:00
parent a1ba0d6f6b
commit 10accea4df

View File

@ -30,7 +30,7 @@ const TagInput = ({
} else {
setText(value.join(' '));
}
}, [value]);
});
// Component Functions
const _handleOnChange = (_text) => {