From 0d4485c321014c5b9c84a4221d2079eee10bc171 Mon Sep 17 00:00:00 2001 From: Mattia Roccoberton Date: Thu, 29 Feb 2024 17:01:18 +0100 Subject: [PATCH] doc: update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c67eb48..7cb8ba6 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,8 @@ In your Active Admin models, form configuration, set the text inputs with `as: : **data-options**: permits to set *quill editor* options directly - see [options list](https://quilljs.com/docs/configuration/) +If you are using Action Text (`has_rich_text`) on the same field of the Quill editor please take a look at [this workaround](https://github.com/blocknotes/activeadmin_quill_editor/issues/33#issuecomment-1965996947) to avoid issues. + ## Examples ### Basic usage