Web browser autocomplete not trigger form update
I had a form like this but when the user uses the web browser autocomplete function, data inside the form is not updated. How to force to update?
react-i18next empty object
Hi,
I am following https://refine.dev/docs/guides-concepts/i18n/#adding-the-translations-files
To add translation to refine, I did add the json files inside public/locales/en/common.json...
Whomai unauthorised issue
@kapa.ai I have an error showing in the console "http://localhost:5001/api/sessions/whomai" 401 unauthorised, why am facing this issue?
Can I use supabase as backend in the CRM example??
I have been trying to create a management application and the refine CRM has most of the features and modules I want, but i don't wanna create the backend for it because I don't think i will be able to create it. So is it possible to integrate supabase for the back-end?
App CRM application
Hey all,
I am trying to fork the App CRM application for a personal project, and I need help understanding how to create my own backend so I can alter the existing values.
Please help...
Change title of app (displayed in tab)
Hey all,
Apologies for the (likely) simple question. I have a refine app that I want to deploy. The title in tabs is currently "{resource label} | refine". I'd like it to be "{resource label} | {app name}".
Where can I set the app name?...
Invalidating a nested resource after an update REST request
If my getOne api route is
/teams/{teamId}/members/{memberId}
its resource is '/teams/{teamId}/members'
I have a route that updates the member via...
Error add resource through command
import { IResourceComponentsProps } from "@refinedev/core";
import { AntdInferencer } from "@refinedev/inferencer/antd";
export const PatientList: React.FC<IResourceComponentsProps> = () => {
return <AntdInferencer />;...
useCustom filters
When I try to use useCustom to get total counts, the filter I define doesn't get applied to the query.
```
const { data, isLoading, refetch } = useCustom({
url: '',...
Insert field on load for autocomplete component
I cant seem to find issue on the following code block, I can provide more of the edit.tsx if needed:
const { autocompleteProps, queryResult: coach_data } =
useAutocomplete<ICoaches>({
resource: "activeCoaches",
sorters: [...
useNotification error
I'm trying to use useNotification hook to show some notifications. It is working, but i'm getting this error on console
how can I solve it?...
[antd: notification] Static function can not consume context like dynamic theme. Please use 'App' component instead.
[antd: notification] Static function can not consume context like dynamic theme. Please use 'App' component instead.
usedatagrid sort on nested data
I want to sort the use data grid based on a nested value eg row?.transaction?.date
custom page as a resource
Hello guys, first of all, thx for such a great project!
I have a custom page for changing password, and I would like to navigate users to it through users/edit.tsx page, but there is a problem. I have written this page as clone, because in resources there is limitation and in any other way casbin librarary's accessControl won't allow me to put anything else than
(list)|(show)|(edit)|(create).
How can I define this page as a separate resource or at least how to give specific user roles access to it through casbin without writing clone which is not definitely what this page stands for.
Thanks in advance....Logo and Website Title
How to change the Logo and the Website Title of react refine, i am using material UI with vite
CRM backend
Hi, I'm stuck while trying to re create the backend for the CRM example (really don't understand wjhy the team is reluctant to make it public). Could someone help me out with it, please?
My hook says status initial in the devtools. No request is made when I check the data provider
All of my queries just say status initial in the devtools when I come to see why everything in my app is in a loading state forever. I am using a custom data provider, and I can confirm that the methods are never called.
Update theme in custom Header
How to update theme in custom Header when the Layout component is not in the same place as the useState?
