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

Refactor Form.RichText component to use Quill #14

Closed
wants to merge 13 commits into from
Closed

Conversation

Jamie-n
Copy link

@Jamie-n Jamie-n commented Jun 20, 2024

Refactor FormRichText to use quill instead of react-quill to enable us to use the mention plugin as this isn't supported by react-quill.

Caution

Due to an ongoing issue, anything using this package will have to directly import the FormRichText component and use it as <FormRichText> rather than <Form.RichText>.

The onChange handler has also changed and will not be compatible with directly injecting states into the prop, instead (value) => setFoo(value) will need to be used.

@jsteeland
Copy link

@kishannareshpal are you able to offer any input on what's going on with the FormRichText/Form.RichText import (caution note in description)? No worries if not, just thought you mind have an idea

@jamesridgway
Copy link
Member

What's happening with this branch? It looks super old?

@jsteeland
Copy link

This can likely be closed - this PR was for the tasks project but the UI components are now baked into that repo instead. Do you agree @Jamie-n?

@Jamie-n
Copy link
Author

Jamie-n commented Sep 10, 2024

This can likely be closed - this PR was for the tasks project but the UI components are now baked into that repo instead. Do you agree @Jamie-n?

Yeah I agree, this PR can be closed. The features and changes within this branch are now included directly in the tasks project.

@Jamie-n Jamie-n closed this Sep 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants