Hi,
I’d like to use chips but possible values should be from a data source.
I thought of using an autocomplete and @selected would trigger chip’s add() method. But this would not keep user from typing anything else… Using disabled chips is not a solution since user would not have the possibility of removing a chip.
Any ideas? thanks