You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pressing Escape while editing a label reverts the displayed text to the original children, but does not reset the component's internal currValue state that backs the edit input. Reopening the editor shows the draft text that was supposedly discarded.
Expected behavior
Escape should discard the draft completely. Reopening the editor should show the original children text, matching what the label displays.
Describe the problem
Pressing
Escapewhile editing a label reverts the displayed text to the originalchildren, but does not reset the component's internalcurrValuestate that backs the edit input. Reopening the editor shows the draft text that was supposedly discarded.Expected behavior
Escape should discard the draft completely. Reopening the editor should show the original
childrentext, matching what the label displays.Screenshots
Screen.Recording.2026-09-12.at.5.28.54.PM.mov
Jira Issue: PF-4631