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 you can see in the ss, the name field which was using 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;
}}>
Title
<uui-input
id="title"
name="title"
label="Title"
.value=${this.title}
@input=${(e: any) => this.title = e.target.value}>
https://cdn.discordapp.com/attachments/1245647683008466976/1245647683658579978/Screenshot_2024-05-30_134025.png?ex=6659834e&is=665831ce&hm=3f1245cedf385572feb759e322de31ab55a611a7efae15b41c930b68767dc69a&