1# ArkUI Subsystem Changelog 2 3## cl.arkui.1 Change in Handling of Invalid arrowSize Values for the \<Swiper> Component 4 5**Access Level** 6 7Public 8 9**Reason for Change** 10 11An invalid string that contains digits is incorrectly parsed into digits. 12 13**Change Impact** 14 15This change is a compatible change. An invalid string that contains digits is not parsed into digits. Instead, it is regarded as an invalid value and is set to the default value according to predefined rules. 16Before change: With the settings of **.arrowSize("100abc")**, the arrow is displayed in a 100 vp size. 17After change: With the settings of **.arrowSize("100abc")**, the arrow is displayed in the default size. 18 19**API Level** 20 2110 22 23**Change Since** 24 25OpenHarmony SDK 4.1.3.2 26 27**Key API/Component Changes** 28**arrowSize** API of the **\<Swiper>** component 29 30**Adaptation Guide** 31N/A 32