Wesley Reitzfeld
Wesley Reitzfeld
`Model.save` on a new model should add itself to its collection (if it has one). This was the behavior I expected, especially after playing with `destroy` and how it correctly...
Messages are broadcast to all chat rooms. Would love to see the example of subscribing to messages for a given chat room.
At present, the plugin will only output `min-width` statements. This works with mobile first design but not for desktop first design which relies on `max-width`. Would be awesome if this...
## Summary Galleries may often include helpful icons/actions on top of the image itself. Right now, clicking on such icons will trigger the click handler of the item and open...
This gives users the ability to have elements within an item not open the gallery, such as overlayed trash/copy/share icons. Fixes #1613
Passing a ZodEffects (output of using `refine`) into `useFormInputProps` will result in `inputProps` function that cannot find any of your keys. I believe the problem is here where it is...
It'd be helpful if the library could figure out the options (as it does with name and type) so I can pass it to my generic `FormField` component which knows...
### Initial checklist - [X] I understand this is a bug report and questions should be posted in the [Community Forum](https://community.transloadit.com/) - [X] I searched [issues](https://github.com/transloadit/uppy/issues?q=is%3Aissue) and couldn’t find anything...