james-schwartzkopf

Results 3 comments of james-schwartzkopf

I looked into using this for our application, and currently I don't think it meets our needs. But, I figured I'd share how we are handling keyboard support. Our case...

For those with less complicated needs than me, it turns out it's pretty easy to add tab navigation in a directive (although it would be better built in). https://stackblitz.com/edit/track-focus-edit-in-place?file=src/app/track-focus.directive.ts

> We will look into this problem more, but as a current solution, please add the `@Pipe` decorator (with some fake `name` field value, like `@Pipe({ name: 'base-pipe-class' })`) to...