SanjaySodani / json_editor_flutter

A user friendly widget to edit JSON object.
BSD 3-Clause "New" or "Revised" License
8 stars 2 forks source link

When clicking on key of an item, the value type changes #7

Open Nu11able opened 5 days ago

Nu11able commented 5 days ago

I just ran the example,when i click the first key of 'hobbies'(key 0) to enter edit mode and then click on a blank area, the value's type changes to a boolean

SanjaySodani commented 5 days ago

@Nu11able Thank you for raising this issue.

"hobbies" is actually a list, so the behavior itself is wrong. I will fix this in the next release.