Add rich content editor to product detail (description field) #84
Labels
enhancement
New feature or request
not ready
This issue is not a priority and/or ready to be worked on at this time.
We'd like to use tiptap since that is what is being used by content hub and will allow maximum compatibility if/when we add content hub integration
This editor should integrate with react-hook-form so that we can get some nice validation, particularly for validating string length since OrderCloud has a maximum of 2,000 characters. This 2,000 character limit should be enforced and should handle characters not visible to users as well.
Check out the components in react-hook-form for examples on how to wire up components with react-hook-form, and of course the react-hook-form docs. We are using useController
The text was updated successfully, but these errors were encountered: