jimmailcamp
jimmailcamp
@ryandrewjohnson Any change you can update the package to fix these? Using this heavily in production
Just switched to i18nreact. Def recommend it. You can opt out for the route prefixes easily. Basicly just wrap the t function in i18n with your own component. And change...
Using the exact example in the nextui website. I can not get Topcontent to not rerender everytime I click anywhere in the table. Im trying to implement the searchInput in...
This does not mention kit usage.?
Same here! Fixed the clicks by using ` classNames={{ innerWrapper: 'py-2', popoverContent: '!pointer-events-auto', listboxWrapper: '!pointer-events-auto !overflow-y-visible z-[99999]', }}` But indeed, scrolling the listbox seems impossible! Bump! This is a huge...
Hi! Managed to solve the issue @bertdida @SaadFarooq-Dev Within the Drawer.Content assign a ref to any div within. Pass the ref to the select's popoverProps.portalContainer. Now the select's popover is...