I'm using ngx-chips with Angular 5 and cant figure it out how to stop/disable selection of added tags.
I saw in the docs that there is (onSelect) method and try to return false but it is not working. I also try to prevent event with (click), but this method is not available for ngx-chips.
Does anyone know how to stop the tag selection after the tag is added?