# 숫자 편집기

**숫자 편집기 블록은 언제 사용하나요?**

* 앱 화면에서 숫자 변경이 가능하여 주로 장바구니 기능을 만들 때 사용해요.&#x20;

**숫자 편집기 블록의 특징은 무엇인가요?**

* 숫자 입력 칸 양옆으로 마이너스(-)와 플러스(+) 버튼이 자동 생성돼요.&#x20;
* 변경 가능한 숫자의 최솟값, 최댓값을 설정할 수 있어요.&#x20;
* 유저가 직접 앱 화면에서 숫자를 변경할 수 있어요.&#x20;

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

2024.02.21 Jinny

## Number Editor

Express numbers.

**When do I use the number editor block?**

* This block is mostly used to create shopping cart features as it can be edited directly from the app page.

**What are the characteristics of number editor blocks?**

* Minus (-) and plus (+) buttons are automatically generated on either side of the number entry field.
* A minimum and maximum value can be set and changed in app settings.
* Users can change the number directly through the app page.

2023.07.25 Hwaran

> \#숫자 편집기, #숫자 변경하기, #숫자 추가 버튼 만들기, #장바구니


---

# 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://docs.ohmyapp.io/main/guide/develop_app/4/block/number_date/numeric-editor.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.
