FernandoHumanes Hello, This topic seems very silly, but I don't see in any example that in the EDITOR fields of type "password" or fields of type "number" can be defined. Can someone provide me with an example? Thank you
tasha Hello, In the items property you can set the typeparameter to password/number: { comp: "text", key: "password", label: "Password", type: "password" }, { comp: "text", key: "age", label: "Age", type: "number" }, Please check the example: https://stackblitz.com/edit/sveltejs-kit-template-default-4kkpvngn?file=src%2Froutes%2FEditor.svelte