olahol / react-tagsinput

Highly customizable React component for inputing tags.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add styles to tags seperately

dinidu-bhathiya opened this issue · comments

I am looking for a feature where I can add styles to individual tags separately.
I want to do things like make few of tags disable(add few tags at the bigging and make them not removable) and change the color of few tags (to show they failed validation).

Are these features available in the react-tagsinput?

Currently in the exact same scenario.

@Diniduddd This closed issue #154 helped me.
You should try checking that out.

Hi @Keshavdulal
I tried it. I could add different colors to tags with renderTag . Thank you very much.