> ## Documentation Index
> Fetch the complete documentation index at: https://docs.brikl.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Input 11

> Horizontal input field with a right-side text add-on badge, labeled above, in a column layout.

<Frame>
  ![Input 11](https://ffciaqoksnnzuihswbxs.supabase.co/storage/v1/object/public/components/Elements/Inputs/input-with-end-addon.jpg)
</Frame>

## Overview

Input 11 is a styled text input component featuring an end add-on (e.g., '.com') appended to the right side of the input field. It includes a label above the input, a placeholder, rounded corners on the appropriate sides to visually merge the input and add-on into a single unit, and multiple visual states for focus, validation error, and disabled interactions.

## How to use

<Steps>
  <Step title="Open the Brikl panel" titleSize="h4">
    Navigate to the **Elements** category in the Brikl panel.
  </Step>

  <Step title="Copy the component" titleSize="h4">
    Find **Input 11** and click **Copy**.
  </Step>

  <Step title="Paste into your editor" titleSize="h4">
    Paste it into your Bubble canvas with `Cmd + V` (Mac) or `Ctrl + V` (Windows), or right-click on the canvas and select **Paste**.
  </Step>
</Steps>

## States

This component includes conditional states that automatically change its appearance.

| State             | Trigger                                                        | Visual effect                                                                           |
| ----------------- | -------------------------------------------------------------- | --------------------------------------------------------------------------------------- |
| Focused           | Input element is focused by the user                           | Applies a colored box shadow and solid border on the left to highlight the active input |
| Invalid           | Input fails validation (isnt\_valid)                           | Applies a red-tinted box shadow to indicate an error state                              |
| Disabled          | Input is not clickable (isnt\_clickable)                       | Reduces opacity to 50% to visually indicate the input is inactive                       |
| Mobile Breakpoint | Current page width is less than the built-in mobile breakpoint | Adjusts font size on text elements to 14px for smaller screens                          |

<Note>
  These states are handled natively by Bubble and require no additional setup. They will work automatically once the component is pasted into your editor.
</Note>

## Responsive

This component adapts to mobile screens. Font sizes and layout automatically adjust on screens smaller than Bubble's built-in mobile breakpoint.

## Requirements

|             |                       |
| ----------- | --------------------- |
| License     | Starter plan required |
| Plugins     | None                  |
| Custom code | Not required          |

## Platforms

| Platform | Supported |
| -------- | --------- |
| Web      | ✅         |
| Mobile   | ✅         |

## License

<Note>
  This component is available on the free plan.
</Note>
