---
title: InputContainer
description: InputContainer
element: vaadin-input-container
---

## Properties

### disabled

**Type:** `any`

If true, the user cannot interact with this element.

### invalid

**Type:** `any`

Set to true when the element is invalid.

### readonly

**Type:** `any`

Set to true to make this element read-only.

