mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-22 12:51:42 +03:00
updating tags text with tags list on change
This commit is contained in:
parent
a1ba0d6f6b
commit
10accea4df
@ -30,7 +30,7 @@ const TagInput = ({
|
|||||||
} else {
|
} else {
|
||||||
setText(value.join(' '));
|
setText(value.join(' '));
|
||||||
}
|
}
|
||||||
}, [value]);
|
});
|
||||||
|
|
||||||
// Component Functions
|
// Component Functions
|
||||||
const _handleOnChange = (_text) => {
|
const _handleOnChange = (_text) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user