Umbraco 14.3 multi node picker bug
# help-with-umbraco
m
Hi friends, I've come across a bug with the multi node picker, Content Picker Property Editor UI Umb.PropertyEditorUi.ContentPicker | Umbraco.MultiNodeTreePicker i have created a custom data type using this as the property editor, however when adding the content I am unable to click on "test tag 1" in my case which should open a document node. however clicking it does nothing.
Copy code
<div id="info">
          <div id="name"><!--?lit$623365653$-->Test Tag 1<slot name="name"></slot></div>
          <!--?lit$623365653$--><small id="detail"><!--?lit$623365653$--><slot name="detail"></slot></small>
        </div>
this is the element representing the name of the document node. is this a bug? or me assuming functionality because it has text decoration on hover? Thanks! https://cdn.discordapp.com/attachments/1297947406687535236/1297947406951911444/image.png?ex=6717c738&is=671675b8&hm=d7a12ead942f6302174b95f7695ddac7424aadbb781f5639b479800f809c9c9e&
3 Views