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 26 posts 135 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 1932 posts 6722 karma points MVP 2x c-trib
    Jun 12, 2024 @ 07:15
  • Bishal Tim 26 posts 135 karma points c-trib
    Jun 12, 2024 @ 09:28
    Bishal Tim
    0

    @Huw Reddick

    yes, i've read through it, no luck

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies