File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
apps/docs2/src/content/docs/form Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -271,7 +271,9 @@ declare module "@sjsf/form" {
271
271
const form = createForm ({
272
272
... ,
273
273
uiSchema: {
274
- itemTitle: " registry:myItemTitle"
274
+ " ui:options" : {
275
+ itemTitle: " registry:myItemTitle"
276
+ }
275
277
},
276
278
uiOptionsRegistry: {
277
279
myItemTitle : (title , index ) => ` ${title } [${index }] `
@@ -297,7 +299,7 @@ Check your theme page for an extended list of UI options:
297
299
<LinkCard title = " daisyUI" href = " ../../themes/daisyui5/#ui-options" />
298
300
<LinkCard title = " Flowbite" href = " ../../themes/flowbite3/#ui-options" />
299
301
<LinkCard title = " Skeleton" href = " ../../themes/skeleton3/#ui-options" />
300
- <LinkCard title = " shadcn-svelte" href = " ../../themes/shadcn /#ui-options" />
302
+ <LinkCard title = " shadcn-svelte" href = " ../../themes/shadcn4 /#ui-options" />
301
303
302
304
303
305
You can’t perform that action at this time.
0 commit comments