react-tabs
react-tabs copied to clipboard
Focus on the first added tab
I am using react-tabs with dynamic add/removing.
while i remove all tabs, and re-add some tab, I need to re-focus on tabs.
I think we can make focus on the added tab, only when the tablist was empty.
or #228 could be the solution.