-
Notifications
You must be signed in to change notification settings - Fork 611
Open
Description
Steps to reproduce
- Create a Screen Flow with multiple Rich Text fields using the rich text component*
- Configure a Character Limit on each rich text field (e.g., 32,768 characters).
- Run the flow and start typing/pasting text into one of the rich text inputs until it exceeds the configured limit.
- Observe the behavior of other rich text fields on the same screen.
Expected behaviour
Each Rich Text field should operate independently:
- Exceeding the character limit in one field should display the validation error only for that field.
- Text input should be isolated to the specific component instance.
- Other Rich Text inputs should remain unaffected (no text or error propagation).
Actual behaviour
- When the character limit is exceeded in one Rich Text input, the entered text appears in other Rich Text inputs using the same component on the screen.
- The "Cannot Advance - Character Limit Exceeded" error message is duplicated across multiple inputs, even those not interacted with.
- The behavior indicates that component state or data binding is being shared unintentionally between Rich Text component instances.
Screenshots

Metadata
Metadata
Assignees
Labels
No labels