todict: better support for callback

This commit is contained in:
2019-05-09 20:32:43 +02:00
parent 5ea35bf84e
commit 552cd3740d
6 changed files with 97 additions and 98 deletions

View File

@ -14,7 +14,7 @@
"model": {},
"form": {
"options.integer": {
"allowedpattern": "[0-9]",
"pattern": "^[0-9]+$",
"type": "input"
},
"null": [

View File

@ -18,7 +18,7 @@
},
"form": {
"options.integer": {
"allowedpattern": "[0-9]",
"pattern": "^[0-9]+$",
"type": "input"
},
"null": [

View File

@ -21,7 +21,7 @@
"form": {
"options.integer": {
"clearable": true,
"allowedpattern": "[0-9]",
"pattern": "^[0-9]+$",
"type": "input"
},
"null": [

View File

@ -21,7 +21,7 @@
"form": {
"options.integer": {
"clearable": true,
"allowedpattern": "[0-9]",
"pattern": "^[0-9]+$",
"type": "input"
},
"null": [