Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Bishal Tim 22 posts 111 karma points c-trib
    May 30, 2024 @ 08:06
    Bishal Tim
    0

    <umb-property> component in V14

    im working on creating a form for a package and i came across this issue when adding contents to those fields, like content being not saved i dont really know whats causing this issue as shown in the ss, the name field which was using ,umb-property is not storing content, my code looks like:

       <umb-property
           label="Name"
           description="Enter the name"
           alias="textProperty"
           property-editor-ui-alias="Umb.PropertyEditorUi.TextBox"
           .value=${this.name}
           @value-changed=${(e: any) => {
     this.name = e.detail.value;
             }}>
       </umb-property>
    

    enter image description here

  • Huw Reddick 1920 posts 6648 karma points MVP 2x c-trib
    Jun 12, 2024 @ 07:15
  • Bishal Tim 22 posts 111 karma points c-trib
    Jun 12, 2024 @ 09:28
    Bishal Tim
    0

    @Huw Reddick

    yes, i've read through it, no luck

Please Sign in or register to post replies

Write your reply to:

Draft