olahol / react-tagsinput

Highly customizable React component for inputing tags.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ascending or Descending option

rezaaa opened this issue · comments

I need to add new tag to the first of tags list.

commented

Write a custom onChange handler that takes the last element and puts it on the front of the tag list.