-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Closed
Copy link
Labels
FE_issuefor Fron-end issuesfor Fron-end issuesPipelinesTo group issues regarding Pipelines functionalityTo group issues regarding Pipelines functionality
Milestone
Description
Title: JSON config not parsed if Save is clicked without blurring input
Description:
In the config modal’s JSON editor, parsing/validation only runs on blur. If the user types JSON and clicks Save without changing focus, the raw text is saved (unparsed/invalid state).
Steps to reproduce:
- Open the State modal that accepts JSON configuration.
- Type valid JSON into the editor.
- Without clicking outside the field (no blur), click Save.
Actual Result:
The input is not parsed/validated on submit; the config is saved incorrectly (raw text/previous value).
Expected Result:
Clicking Save should trigger parse/validation. If valid, save the parsed JSON; if invalid, block save and show an inline error. Behavior must not depend on blur.
Notes (optional):
- Workaround: click outside the field (blur) before saving.
Metadata
Metadata
Assignees
Labels
FE_issuefor Fron-end issuesfor Fron-end issuesPipelinesTo group issues regarding Pipelines functionalityTo group issues regarding Pipelines functionality
Type
Projects
Status
Done