Keyboard support is only working properly when the ChipList is bound to a List<ChipModel>. If you try one of your other demos of the chiplist the following will occur:
I would expect that the Left Arrow will navigate to the previous chip in the list. (As a side note, I would recommend having the the Down Arrow and Up Arrow mimic Right and Left since a screen reader user won't necessarily know that the chiplist is horizontal.)
An example of the problem can be found in this demo:
https://blazorrepl.telerik.com/wdEQFzbC495I2bCP51
Here is a sample where I converted the returned list to List<ChipModel> and bound to that:
https://blazorrepl.telerik.com/cRYwFJvM52yemqN404
In that example, the Left Arrow functions normally.