json-formatter
json-formatter copied to clipboard
Changing editor theme does not reflect immediately
I will take this
@saravanan10393 Can you give me more details on this?
@BoyWithSilverWings
I guess what's being reported here is that the theme changes on blur
instead of on change
for dropdowns, which I feels a bit odd. Having said that, I guess this behavior was intentional since the handleChange
hook on the EditorOptions
component is already in use by the Formik provided callback.