storybook-eol/react-treebeard

using treebeard like a typeahead field?

baradhili opened this issue · 0 comments

I'm facing an interesting problem. I have data that is hierarchical and thus treebeard is a good tool to browse it, but the workflow is such that the user needs to be able to start typing the search box and find matches.

All good so far...

However I need to return a single entry

So the questions are:-

  1. the example seems to find the parent of the target child, not the child itself
  2. has anyone had any joy with keyboard bindings?

Thanks