dmstr / yii2-json-editor

Yii2 wrapper for "json-editor/json-editor" (is a fork of "jdorn/json-editor").
BSD 2-Clause "Simplified" License
8 stars 9 forks source link

Added not null check for editables when setting readOnly #25

Closed amk0 closed 3 years ago

amk0 commented 3 years ago

Sometimes setReadOnly tries to set ReadOnly property on null editable elements, which throws an exception and prevents the changes int he data to be saved.