Aaron Bushnell
Aaron Bushnell
If a page renders an `` tag that uses `autofocus` kbar will steal the focus away. Some example code below and a [CodeSandbox](https://codesandbox.io/s/elastic-shape-e50zy?file=/src/App.js) replicating this issue. ```jsx import { KBarProvider,...
**Is your feature request related to a problem? Please describe 🙏** There are times I'd like to make the `` component controlled and it reads as if you can do...
Great work on this plugin! I'd love if there was some way to customize a module group per sites if multisite is enabled. For instance, if I have two sites:...
### What happened? ### Description When we try to create an entry using `new Entry()` in our unit test we get the following error: ``` There was 1 error: 1)...
### Description Updates Fractal to the latest version ### Related issues #109
It appears that in the latest version of React InstantSearch (5.3.2) the "Show More" button when used in a `` does not have `type="button"` on the button itself. Some browsers...
The icons are really nice in the Replicator fieldtype, but they don't show up when adding rows of Replicator content in entries:  I...
Right now the `edit {nav} nav` permission is required to allow users the ability to add/edit navigation links **and** the settings for the navigation as well. However, there are many...
I setup my submodule as the `app/templates` directory, but when I run `yo [generator-name]` I get the following error: `RangeError: Maximum call stack size exceeded`. I'm wondering if this has...