A bug in EntryFieldDescription.js when a description is long enough

Hi,
I found a bug when using EntryFieldDescription.js.
My description is long enough, and be embed with some
tags. When it toggle expanded, the content shows the
tags unexpectedly. Like this:

description a <br>
description b

Maybe we should use descriptionText.innerHTML instead of descriptionText.textContent in the toggleExpanded function of EntryFieldDescription.js?

Which project are you referring to? I assume you’re talking about the properties panel. HTML syntax isn’t supported for descriptions but we’re working on it. :+1: