olahol / react-tagsinput

Highly customizable React component for inputing tags.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Callback before addValue is called?

th3fallen opened this issue · comments

Is it possible to have a callback before addValue is called since when onChange is called the value has already been added? i need a way to format the inputs before they're added so the onlyUnique will work