Robin Malfait

Results 187 comments of Robin Malfait

Hey! That should definitely not be the case, my guess is that you are defining an array of objects _inside_ your render function and therefore each option is going to...

Hey! Thank you for the contribution. The big difference in API between a `Dialog` and a `Popover` is that a `Dialog` is fully controlled and a `Popover` is not controlled...

Hey! This should be fixed by #3074, and will be available in the next release. You can already try it using: - `npm install @headlessui/react@insiders`.

Hey! The `Transition` component itself handles the toggling of the necessary classes you provided, if certain combinations of classes result in strange warping or incorrect animations then that's likely a...

Hey! This should be fixed by #3095, and will be available in the next release. You can already try it using: - `npm install @headlessui/react@insiders`.

Hey! This has come up a few times and we do want to provide some information to the users, so I 100% get why you made the PR which I...

Hey! `nullable` means that the component can be in a `null` state. If you remove all the text from the `ComboboxInput` then nothing will be selected. The `nullable` state currently...

Hey! I see what you mean, but for now we are going to keep the current behavior. It mimics the behavior of other libraries and more importantly the behavior of...

Hey! This should be fixed by #3074, and will be available in the next release. You can already try it using: - `npm install @headlessui/react@insiders`.

Hey! Thank you for your bug report! Much appreciated! 🙏 This should be fixed by #2100, and will be available in the next release. You can already try it using:...