Thorsten Lünborg

Results 27 issues of Thorsten Lünborg

React links to WAI-ARIA guide about modals in the guide about React Portals, we should do something like this as well to raise awareness that additional efforts are required to...

docs

Just to let any interested party know: Im currently putting this on a hiatus until I have more time for it - probably when Vue 3 has been officially released...

## Problem In some situations, users expect tabs to be navigatable by tabs, not arrow keys. Sinc we, so war, force arrow key navigation for composite widgets like tabs, listboxes...

enhancement

In this comment https://github.com/vuejs/vue/issues/7017#issuecomment-480906691, @lehni shows how reactive data can be effectively tunneled to children through a provided function. Should consider using this to simplify implementation and trim bundle size.

enhancement

Currently We pass down all included properties on the object, so the API is flat. Thinking how this plugin is probably most useful for more complicated parent-child interactions with a...

Vue 3 introduced ``, a feature which was very much inspired by the functionality provided by this library. It does everything this library does, but better and without any caveats...