Refine

R

Refine

Join the community to ask questions about Refine and get answers from other members.

Join

ask-any-question

discussions

exotic-emerald
exotic-emerald3/4/2025

In the edit page, how do you remove form values?

I have a resource with a key of "a". When editing, I need to dynamically remove this from submission. For example, if situation 1, the PATCH should be {val1: 5, a: 10}, for situation 2, the PATCH should be {val1: 5}...
conscious-sapphire
conscious-sapphire3/3/2025

useForm getValues vs refineCore query

I have an Edit form that I set up like ``` export const PanelEdit = () => { const methods = useForm({ mode: "onChange",...
metropolitan-bronze
metropolitan-bronze3/3/2025

useshow and usecan

how to useshow with usecan or canAccess ?
metropolitan-bronze
metropolitan-bronze3/2/2025

usePermissions vs useCan

what is the difference between usePermissions vs useCan ?
metropolitan-bronze
metropolitan-bronze3/1/2025

useForm returned control parameter

useForm is returning a control parameter, what is its type ? what does it do ?
metropolitan-bronze
metropolitan-bronze3/1/2025

redirect first login

how can I redirect a user on his first login after signup
metropolitan-bronze
metropolitan-bronze3/1/2025

useForm different resource

how can I use useForm to get different resource from the page I in ?
metropolitan-bronze
metropolitan-bronze2/28/2025

refetch identity

how can I refetch useGetIdentity
deep-jade
deep-jade2/28/2025

useAutocomplete onSearch: undefined is not being applied

I am using the useAutocomplete hook to populate a MUI Autocomplete field. I want to disable server-side filtering, having only a couple of options. From documentation, i should pass an undefined onSearch to the hook (like the example below), but even with this, when I type in the autocomplete a request is still made to the server. How do i completely make the autocomplete client-side instead ok letting it make requests? ...
absent-sapphire
absent-sapphire2/27/2025

authProvider.ts has many @typescript-eslint errors

The authProvider.ts is full of Unsafe assignment of an any value.
national-gold
national-gold2/27/2025

help

give me total guidence from scract to build a full fledge refine crm as i wan to post it from my final year project i need continues guidence and how can i connect u trough out my project help me
No description
national-gold
national-gold2/27/2025

help

i want help from u i want the source code of edine crm can i get it
No description
passive-yellow
passive-yellow2/26/2025

Tutorial times-out

Hello all, does anyone else have troubles running the tutorials after the Routing section? Eg https://refine.dev/tutorial/ui-libraries/crud-components/ant-design/react-router/ It gives me a timeout error consistently, tried with both wifi and 4g, both chrome and Firefox, on windows and on an Android 😵‍💫...
No description
rival-black
rival-black2/26/2025

useNotificationProvider does not translate toast messages on Next.js

Hello, I followed the i18n-nextjs example in the refinedev/refine repo, but I couldn't get notifications to read the translation file. it shows "notifications.createSuccess" instead of text, and i'm absolutley sure i18n is setup because i'm able to change between languages and it does change the texts to translated lang.
metropolitan-bronze
metropolitan-bronze2/25/2025

useForm refetch

how to refetch with useForm ?
absent-sapphire
absent-sapphire2/25/2025

Error boundary

I've seen I should be using suspense and error boundaries to handle errors in my app. Is there an example for how this works?
absent-sapphire
absent-sapphire2/25/2025

Supabase how to rename column

I am trying something like ``` const { data, isLoading, error } = useMany<OrganisationMemberWithOrganisation>({ resource: 'organisation_member', ids: userId ? [userId] : [],...
metropolitan-bronze
metropolitan-bronze2/25/2025

useForm redirect

I want to customise the useForm redirect, I need it to use slug instead of id, can you please show me how to do that my current useForm ``` const { saveButtonProps,...
provincial-silver
provincial-silver2/25/2025

how updated dependencies?

how updated dependencies?