# Designer Gaps

Ability to wrap the external element in a component

Ability to remove the external element in a component&#x20;

## Properties&#x20;

e.g. ID, for Form input Name&#x20;

* Validators e.g. to prevent duplicates, and ensure valid formatting&#x20;
  * Preformatters&#x20;
  * Required

{% hint style="success" %}
What triggers element code on dropping e.g. an INPUT on page, to default that Name? &#x20;
{% endhint %}

## Boolean Attributes

e.g. disabled&#x20;

```
<input
  type="submit"
  class="w-button"
  value="Submit"
  disabled
/>

```

## Multipart Components &#x20;

e.g. 2 top elements within a component&#x20;

## Thin Slots

No DIV generation&#x20;

## Thin Collection Lists, No DIV generation&#x20;

After SSR. .&#x20;

Ability to put Non-Components ( Elements ) in Component slots&#x20;

## Variant Support for&#x20;


---

# 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://sygnal.gitbook.io/sygnal-webflow-components/designer-gaps.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.
