jwohlfert23 / react-native-tag-input

A simple React Native component that creates an input for tags, emails, etc.
MIT License
231 stars 104 forks source link

Override 'x' #53

Closed cawfree closed 6 years ago

cawfree commented 6 years ago

Hi, thanks for this very awesome Component!

I was wondering, would it be possible to override the 'delete' option on tags, both graphically (i.e. render a custom character/<View>) and functionally (onTagPressed={ (tag) => { } })?

Ashoat commented 6 years ago

No I don't believe so, but would welcome a PR!

maharjanaman commented 6 years ago

@Ashoat is there way to remove close icons from non editable tags???

Ashoat commented 6 years ago

Not currently.