Skip to content

add comment to fix: allow json fields to accept objects in edit mode …#483

Open
kulikp1 wants to merge 1 commit intonextfrom
feature/AdminForth/1227/for-best-ux-value-edit-rendere
Open

add comment to fix: allow json fields to accept objects in edit mode …#483
kulikp1 wants to merge 1 commit intonextfrom
feature/AdminForth/1227/for-best-ux-value-edit-rendere

Conversation

@kulikp1
Copy link
Collaborator

@kulikp1 kulikp1 commented Feb 19, 2026

…without validation errors

Copy link
Collaborator

@SerVitasik SerVitasik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When the user enters an object, they should receive the object back

Currently, when you enter:

{
"a": 3
}

you correctly get an object, as expected.

However, if you enter:

{
a: 3
}

you get a string instead

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.

2 participants