Closed cawfree closed 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) => { } })?
<View>
onTagPressed={ (tag) => { } }
No I don't believe so, but would welcome a PR!
@Ashoat is there way to remove close icons from non editable tags???
Not currently.
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) => { } }
)?