João Pedro Magalhães

Results 48 comments of João Pedro Magalhães

@meowgorithm Any update around this?

Obrigado, ph! Vocês aceitam implementar esse novo design?

@larien Eu mandei um PR atualizando o conteúdo com o original. Tenho que fazer mais alguma coisa? ou só esperar ser revisado?

> Hi, I encountered a similar problem with react-hook-form and resolved it by creating a custom hook specifically for this issue > > ```js > function useValueKey(value: string | undefined...

@Nhollas If you are using the Radix select, a possible workaround https://github.com/radix-ui/primitives/issues/2125#issuecomment-1545885362

If anyone wants to know how to use Radix + Cmdk, [here an example](https://codesandbox.io/p/sandbox/radix-dropdown-combobox-1x6e3k?file=%2Fsrc%2FApp.tsx).

Hey guys, I dive into it and found what's going on when you have this structure ```tsx const DialogTrigger = (props) => { const Comp = props.asChild ? Slot: 'button'...

Hmm, I think I misunderstood the `Slot` behavior... Just to be sure, given this example ```tsx ``` is the expected behavior that the props will merge between those of the...

@ciampo https://www.radix-ui.com/docs/primitives/components/dropdown-menu#constrain-the-contentsub-content-size

Looks like that would be fixed by https://github.com/pacocoursey/cmdk/pull/42 but PR was closed :thinking: