refine icon indicating copy to clipboard operation
refine copied to clipboard

A React Framework for building internal tools, admin panels, dashboards & B2B apps with unmatched flexibility.

Results 432 refine issues
Sort by recently updated
recently updated
newest added

After the `onMutationError` callback is triggered, `useForm` will automatically set the thrown errors to the corresponding form fields. From know, when the `dataProvider` throws an `HttpError` with an `errors` field,...

``` const { autoSaveProps } = useForm({ warnWhenUnsavedChanges: true, autoSave: true, }); ``` ``` //... return ( //.. ``` ![Kapture 2023-06-23 at 16 26 00](https://github.com/refinedev/refine/assets/3484713/241f8fea-1b8f-470f-af9e-cd3bffdd06ed) ### Test plan (required) TODO:...

**``** A component that renders children and overtime components based on the elapsed time. The elapsed time is calculated using the `useLoadingOvertime` hook. If the `elapsedTime` prop is provided, the...

After the `onMutationError` callback is triggered, `useForm` will automatically set the thrown errors to the corresponding form fields. From know, when the `dataProvider` throws an `HttpError` with an `errors` field,...

Fixed live-previews where the `goBack` prop doesn't work.

### Is your feature request related to a problem? Please describe. Currently it's possible to have resources with the same name but different identifiers. We are using this to differentiate...

enhancement
good first issue
wontfix
hacktoberfest

### Describe the bug The problem occurred when trying to use cerbos as access control. The problem doesn't occur when used cerbos without icon in resource but occurs when we...

bug

### Is your feature request related to a problem? Please describe. I think currently refine doesnt have a prefetch hook for a resource. Like if a user is hovering on...

enhancement
good first issue
wontfix
hacktoberfest

### Is your feature request related to a problem? Please describe. Currently with **CanAccess** component, I am unable to show a toast message. This is how I am calling it,...

enhancement
sweep

Inferencer relationInfer issue with accessor key when the field is multiple but does not have any object/value in the array ### Closing issues closes #4497 - [x] Corresponding issues are...