Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix <RichTextInput> does not trigger onBlur #9272

Merged
merged 2 commits into from
Sep 13, 2023
Merged

Conversation

slax57
Copy link
Contributor

@slax57 slax57 commented Sep 12, 2023

Fix #9265

@slax57 slax57 added the RFR Ready For Review label Sep 12, 2023
import { useInput, useResourceContext } from 'ra-core';
import {
CommonInputProps,
InputHelperText,
Labeled,
LabeledProps,
} from 'ra-ui-materialui';
import { TiptapEditorProvider } from './TiptapEditorProvider';
import * as React from 'react';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know why you did that, but every React file in react-admin has this line as first and I don't think we should change it.

@fzaninotto fzaninotto merged commit 2f15aab into master Sep 13, 2023
@fzaninotto fzaninotto deleted the RichTextInput-onBlur branch September 13, 2023 13:04
@fzaninotto fzaninotto added this to the 4.14.1 milestone Sep 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
RFR Ready For Review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RichTextInput onBlur validation doesn't trigger
5 participants