Support for "$" syntax to indicate where the serialization logic should collect values into arrays.

Use a dollar sign to indicate where tp-form should collect values as an
array. For example `myfield.$list.value` collects { myfield: { list: [ {
value: '...' } ] } }
This commit is contained in:
2025-06-12 12:53:09 +02:00
parent 727f3ecf11
commit f34c764391
2 changed files with 80 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@tp/tp-form",
"version": "1.1.1",
"version": "1.2.0",
"description": "",
"main": "tp-form.js",
"scripts": {