sveltel fixes

This commit is contained in:
2023-10-06 18:47:50 +03:00
parent 9bbe5ee9b4
commit 0eaf410090
28 changed files with 361 additions and 218 deletions
+1
View File
@@ -24,6 +24,7 @@ class Text implements FieldInterface, RequiredInterface
public string $optionsFrom = "",
public string $optionsField = "",
public bool $optionsSuggest = false,
public ?array $selectOptions = null,
public string $group = "",
)
{