Andrew Smiley
Andrew Smiley
Super excited to see support for lua scripts which was the one thing preventing me from using this library in my unit tests! Many thanks to @nbarrera and @stipsan for...
Would it be possible to add a `focus()` method on form fields? I realize programmatic focusing is possible by using `ref` on the input, but mobx-react-form has literally provided everything...
Having to pass the actual `Route` component instance to `router.goTo` is really inconvenient. What if the router views object took an optional `name` (defaulting to the views object key name)...
Building with Vite > 3.1.0 gives the following error: ``` error during build: TypeError: Cannot set properties of undefined (setting 'generateBundle') at configResolved (/.../vite-dts/dist/cjs/plugin.js:56:33) ``` Worked fine prior to 3.1.0...
Not sure if this is intentional, but when using the "inject" option to place the picker within a container, the picker's position is still being calculated relative to the document...
Great package! FYI I needed to add the following modules after installing - react-schema - react-atoms - js-util
With defaults, no changes take place. Use option stack:'above' to prepend new notifications to the stack, while the default 'below' appends them as usual. The message object now can contain...