@isi-ui7/bos7-shared 0.3.7 → 0.3.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
package/src/crud-components.tsx
CHANGED
|
@@ -588,7 +588,12 @@ export function CrudSchemaPage<TData extends Record<string, unknown>>({
|
|
|
588
588
|
disabled={saving}
|
|
589
589
|
onChange={setForm}
|
|
590
590
|
density={density}
|
|
591
|
-
|
|
591
|
+
// Pada wizard, form MENGISI kolom kirinya. Default global
|
|
592
|
+
// "two-thirds" membatasi form di dalam kolom yang SUDAH
|
|
593
|
+
// dipersempit stepper — hasilnya sepertiga ruang kosong
|
|
594
|
+
// menganga di antara keduanya. Penulis skema tetap bisa
|
|
595
|
+
// menyempitkannya dgn menyetel schema.width secara eksplisit.
|
|
596
|
+
width={width ?? "full"}
|
|
592
597
|
/>
|
|
593
598
|
) : null}
|
|
594
599
|
</div>
|