# Ω FieldShape

Base: A collection for the styling (shape) of the Field Background Surface is set here. This base level feeds into the Field element where it is combined with the other field containers to form the Field element.

[Styleguide Link](https://zpl.io/ag18MJ9)

* Parent: [Field](/core/overview/field.md)

## Properties

### Style

<figure><img src="/files/s1ehKOcjaLVaFLLj1vip" alt=""><figcaption></figcaption></figure>

* Line - A single under line.
* Rounded - Rounded corner box
* Square - Squared of box
* Pill - Pill shaped background surface

### Type

**Base** (default) - The primary (normal) appearance of the field surface.

**Inverted** - Used when the field is used on a component with a dark background (ex. Gridview Photo - search)

### State

<figure><img src="/files/6Vu63Bzav3QAtAL0vfJ1" alt=""><figcaption></figcaption></figure>

* Enabled
* Disabled
* Hover
* Pressed
* Focus
* Error - When the field has invalid data in the field we visually display this using the Error state of the field background.
* Warning - When the field has data that is possibly invalid, or isn't valid yet (typing in a password at 2 characters where 9 are required)
* Success - To give positive feedback to the user upon fulfilling the requirement (typing in correct 9 characters of the password)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://able.bucca.com/core/overview/field/field-shape.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
