introduce serilizeValueAs option to input, select, and radiogroup

This commit is contained in:
Christian Ratzenhofer
2026-08-03 15:36:48 +02:00
committed by Jay Michalska
parent 847c651c2b
commit 3386e609a8
7 changed files with 130 additions and 23 deletions
+1
View File
@@ -8,6 +8,7 @@ module.exports = {
defaults: {
label: '',
options: [],
serializeValueAs: 'string',
description: '',
attributes: {}
}