@@ -75,6 +75,10 @@ Refer to the [migration guide](/docs/api/pos-ui-extensions/migrating) for more i
75
75
76
76
## Important Fixes
77
77
78
+ - **POS 10.3.0**:
79
+
80
+ - Fixed an issue where the \`TextField\` component failed to apply the \`maxLength\` parameter.
81
+
78
82
- **POS 10.2.0**:
79
83
80
84
- Fixed a sizing issue with the \`Button\` component.
@@ -107,6 +111,10 @@ Refer to the [migration guide](/docs/api/pos-ui-extensions/migrating) for more i
107
111
108
112
## Important Fixes
109
113
114
+ - **POS 10.3.0**:
115
+
116
+ - Fixed an issue where the \`TextField\` component failed to apply the \`maxLength\` parameter.
117
+
110
118
- **POS 10.2.0**:
111
119
112
120
- Fixed a sizing issue with the \`Button\` component.
@@ -171,6 +179,10 @@ Refer to the [migration guide](/docs/api/pos-ui-extensions/migrating) for more i
171
179
172
180
## Important Fixes
173
181
182
+ - **POS 10.3.0**:
183
+
184
+ - Fixed an issue where the \`TextField\` component failed to apply the \`maxLength\` parameter.
185
+
174
186
- **POS 10.2.0**:
175
187
176
188
- Fixed a sizing issue with the \`Button\` component.
@@ -197,6 +209,10 @@ Refer to the [migration guide](/docs/api/pos-ui-extensions/migrating) for more i
197
209
198
210
## Important Fixes
199
211
212
+ - **POS 10.3.0**:
213
+
214
+ - Fixed an issue where the \`TextField\` component failed to apply the \`maxLength\` parameter.
215
+
200
216
- **POS 10.2.0**:
201
217
202
218
- Fixed a sizing issue with the \`Button\` component.
@@ -230,6 +246,10 @@ Refer to the [migration guide](/docs/api/pos-ui-extensions/migrating) for more i
230
246
231
247
## Important Fixes
232
248
249
+ - **POS 10.3.0**:
250
+
251
+ - Fixed an issue where the \`TextField\` component failed to apply the \`maxLength\` parameter.
252
+
233
253
- **POS 10.2.0**:
234
254
235
255
- Fixed a sizing issue with the \`Button\` component.
@@ -268,6 +288,12 @@ Refer to the [migration guide](/docs/api/pos-ui-extensions/migrating) for more i
268
288
- Removed in POS version: 9.31.0
269
289
- Release day: 06/10/2024.
270
290
291
+ ## Important Fixes
292
+
293
+ - **POS 10.3.0**:
294
+
295
+ - Fixed an issue where the \`TextField\` component failed to apply the \`maxLength\` parameter.
296
+
271
297
### Features
272
298
273
299
- Added support for the ${ TargetLink . PosPurchasePostActionMenuItemRender } and ${ TargetLink . PosPurchasePostActionRender } targets.
0 commit comments