Skip to content

Commit 5c228e2

Browse files
committed
Delete duplicated section
1 parent 63424b6 commit 5c228e2

1 file changed

Lines changed: 2 additions & 33 deletions

File tree

  • content/en/docs/refguide/modeling/pages/input-widgets

content/en/docs/refguide/modeling/pages/input-widgets/text-area.md

Lines changed: 2 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ Styling:
3636
* [Design Properties](#design-properties)
3737
* [Common](#common-styling)
3838

39-
4039
## 3 Properties
4140

4241
### 3.1 General Section{#general}
@@ -143,41 +142,13 @@ The on change property specifies an action that will be executed when leaving th
143142

144143
{{% snippet file="/static/_includes/refguide/events-section-link.md" %}}
145144

146-
#### 3.9.2 On Change Behavior
147-
148-
The on change behavior property lets users select how **on change** is handled in Studio Pro via the following options:
149-
150-
* **When user leaves input field (Default)**
151-
* **While user is entering data**
152-
153-
##### 3.9.2.1 When User Leaves Input Field (Default)
154-
155-
Text area will apply changes when a value is different than a previously saved value in the database and the following condition is met:
156-
157-
* Blurred: this will trigger on change and on leave events
158-
159-
This means that there is no way for users to trigger an on change event while typing. To address that use case, please use the second option: [While user is entering data](#user-enters-data).
160-
161-
##### 3.9.2.2 While User is Entering Data {#user-enters-data}
162-
163-
This option allows users to trigger an on change event while they are typing.
164-
165-
Text area will save changes if both these conditions are met:
166-
167-
* The value is different than the previously saved value in the database
168-
* The last change occurred after the configured **Apply after (ms)** length of time
169-
170-
With **While user is entering data**, users can adjust one more property called **Apply after (ms)** (described above). This will reduce the amount of the calls made for an on change event, thus improving app performance.
171-
172-
{{% snippet file="/static/_includes/refguide/events-section-link.md" %}}
173-
174-
#### 3.9.3 On Enter
145+
#### 3.9.2 On Enter
175146

176147
The on enter property specifies an action that will be executed when the widget is entered, either by using the <kbd>Tab</kbd> key or by clicking it.
177148

178149
{{% snippet file="/static/_includes/refguide/events-section-link.md" %}}
179150

180-
#### 3.9.4 On Leave
151+
#### 3.9.3 On Leave
181152

182153
The on leave property specifies an action that will be executed when leaving the widget, either by using the <kbd>Tab</kbd> key or by clicking another widget.
183154

@@ -187,8 +158,6 @@ This differs from the [on change](#on-change) property in that the event will al
187158

188159
### 3.10 On Change Behavior {#on-change-behavior}
189160

190-
### 3.10 On Change Behavior {#on-change-behavior}
191-
192161
The On Change Behavior property lets users select how **on change** is handled via the following options Studio Pro:
193162

194163
* When user leaves input field (Default)

0 commit comments

Comments
 (0)