Skip to content

fix: refactor update data to avoid lodash issues#2585

Open
sdirix wants to merge 1 commit into
masterfrom
fix-2397
Open

fix: refactor update data to avoid lodash issues#2585
sdirix wants to merge 1 commit into
masterfrom
fix-2397

Conversation

@sdirix
Copy link
Copy Markdown
Member

@sdirix sdirix commented May 28, 2026

Replace the lodash/fp/set call in UPDATE_DATA with a dedicated helper. This fixes issues with numeric segments (e.g. "group-key.15") and bracket characters in property names (e.g. "test[0]").

Fixes #2102
Fixes #2397

Replace the lodash/fp/set call in UPDATE_DATA with a dedicated helper.
This fixes issues with numeric segments (e.g. "group-key.15") and
bracket characters in property names (e.g. "test[0]").

Fixes #2102
Fixes #2397
@sdirix sdirix requested a review from lucas-koehler May 28, 2026 15:09
@netlify
Copy link
Copy Markdown

netlify Bot commented May 28, 2026

Deploy Preview for jsonforms-examples ready!

Name Link
🔨 Latest commit 82a2a05
🔍 Latest deploy log https://app.netlify.com/projects/jsonforms-examples/deploys/6a185ac199fa350008f35e29
😎 Deploy Preview https://deploy-preview-2585--jsonforms-examples.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@coveralls
Copy link
Copy Markdown

Coverage Status

coverage: 82.903% (-0.04%) from 82.946% — fix-2397 into master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update data bug on nested property with numeric key Cannot enter values in field with brackets in property name

2 participants