Use a dollar sign to indicate where tp-form should collect values as an array. For example `myfield.$list.value` collects { myfield: { list: [ { value: '...' } ] } }
20 lines
410 B
JSON
20 lines
410 B
JSON
{
|
|
"name": "@tp/tp-form",
|
|
"version": "1.2.0",
|
|
"description": "",
|
|
"main": "tp-form.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gitea.codeblob.work/tp-elements/tp-form.git"
|
|
},
|
|
"author": "trading_peter",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@tp/helpers": "^2.3.1",
|
|
"lit": "^2.8.0"
|
|
}
|
|
}
|