public renderInputBlockElement(block: BlockElement, index: number): TOutputObject | null {
        if (this.allowedLayoutBlockTypes.has(LayoutBlockType.INPUT) === false && !isInputBlockElement(block)) {
            return null;
        }