mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-03 00:26:01 +00:00
fixes
This commit is contained in:
@@ -10,8 +10,8 @@ export const textFieldConfigSchema = s
|
||||
minLength: s.number(),
|
||||
maxLength: s.number(),
|
||||
pattern: s.string(),
|
||||
html_config: s.object({
|
||||
element: s.string({ default: "input" }),
|
||||
html_config: s.partialObject({
|
||||
element: s.string(),
|
||||
props: s.record(s.anyOf([s.string({ title: "String" }), s.number({ title: "Number" })])),
|
||||
}),
|
||||
...omitKeys(baseFieldConfigSchema.properties, ["default_value"]),
|
||||
|
||||
Reference in New Issue
Block a user