# Auto Submitting

All components, except from textarea can be auto submitted while on focus by pressing the `Enter` key. For textarea is `Ctrl + Enter`.

{% hint style="info" %}
You can disable the auto submit feature of an `EasyEdit` component by passing in `disableAutoSubmit={true}`
{% endhint %}

{% embed url="<https://codesandbox.io/embed/autosubmit-6pmpb?autoresize=1&fontsize=14&hidenavigation=1&theme=dark&view=split>" %}


---

# 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://giorgosart.gitbook.io/react-easy-edit/examples/auto-submitting.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.
