Searched refs:allowAdditionalItems (Results 1 – 4 of 4) sorted by relevance
40 function allowAdditionalItems(schemaOption: Options): boolean;
7 import { allowAdditionalItems, getUiOptions, replaceArrayIndex } from '@lljj/vjsf-utils/formUtils';126 …const trueAddable = (addable === undefined ? true : addable) && allowAdditionalItems(props.schema);
13 allowAdditionalItems, isFixedItems, isMultiSelect72 if (isFixedItems(schema) && allowAdditionalItems(schema)) {
377 export function allowAdditionalItems(schema) { function
Completed in 8 milliseconds