Debounce / Lazy on Markdown Field not working
I've created a markdown field with the following settings:
The
However, if I switch this field to be a standard TextArea field like this:
The
The
lazy() option does not appear to have any effect and causes the field to become basically unusable since it updates constantly while you're typing.However, if I switch this field to be a standard TextArea field like this:
The
lazy() option works as expected and the field isn't updated until the field loses focus.