1e41f4b71Sopenharmony_ci# ArkUI Subsystem Changelog
2e41f4b71Sopenharmony_ci
3e41f4b71Sopenharmony_ci## cl.arkui.1 Disabling of Online Images for JS Widgets in \<FormComponent>
4e41f4b71Sopenharmony_ci
5e41f4b71Sopenharmony_ciDisabled online images for JS widgets in the **\<FormComponent>**.
6e41f4b71Sopenharmony_ci
7e41f4b71Sopenharmony_ci**Change Impact**
8e41f4b71Sopenharmony_ci
9e41f4b71Sopenharmony_ciAfter the change, JS widgets in the **\<FormComponent>** cannot load or display online images. You are advised to save online images to the memory to display them in JS widgets.
10e41f4b71Sopenharmony_ci## cl.arkui.2 Behavior Change of \<TextInput>, \<TextArea>, and \<Search> Components
11e41f4b71Sopenharmony_ciChanged the behavior of **\<TextInput>**, **\<TextArea>**, and **\<Search>** components so that their obtaining focus will enable the input method.
12e41f4b71Sopenharmony_ci
13e41f4b71Sopenharmony_ciYou need to adapt your application based on the following information.
14e41f4b71Sopenharmony_ci
15e41f4b71Sopenharmony_ci
16e41f4b71Sopenharmony_ci**Change Impact**
17e41f4b71Sopenharmony_ci
18e41f4b71Sopenharmony_ciThe **\<TextInput>**, **\<TextArea>**, and **\<Search>** components of API version 10 are affected.
19e41f4b71Sopenharmony_ci
20e41f4b71Sopenharmony_ci**Key API/Component Changes**
21e41f4b71Sopenharmony_ci
22e41f4b71Sopenharmony_ciWhen the **\<TextInput>**, **\<TextArea>**, and **\<Search>** components obtain focus, the input method is displayed.
23e41f4b71Sopenharmony_ci
24e41f4b71Sopenharmony_ci**Adaptation Guide**  
25e41f4b71Sopenharmony_ci
26e41f4b71Sopenharmony_ciUse **enableKeyboardOnFocus(bool)** to set whether to enable the input method when the component obtains focus. The default value of this parameter is **true**.
27e41f4b71Sopenharmony_ci
28e41f4b71Sopenharmony_ci## cl.arkui.3 Intercepting of Invalid Component Attribute and Parameter Values 
29e41f4b71Sopenharmony_ci
30e41f4b71Sopenharmony_ci
31e41f4b71Sopenharmony_ciChanged invalid values to default values.
32e41f4b71Sopenharmony_ci
33e41f4b71Sopenharmony_ciYou need to adapt your application based on the following information.
34e41f4b71Sopenharmony_ci
35e41f4b71Sopenharmony_ci
36e41f4b71Sopenharmony_ci**Change Impact**
37e41f4b71Sopenharmony_ci
38e41f4b71Sopenharmony_ciAll component attributes and parameters with invalid values are affected.
39e41f4b71Sopenharmony_ci
40e41f4b71Sopenharmony_ci**Key API/Component Changes**
41e41f4b71Sopenharmony_ci
42e41f4b71Sopenharmony_ciWhen an attribute value is changed from a normal value to an invalid value:
43e41f4b71Sopenharmony_ci
44e41f4b71Sopenharmony_ci- Before change: The invalid value setting is skipped.
45e41f4b71Sopenharmony_ci
46e41f4b71Sopenharmony_ci- After change: The invalid value is intercepted and the default value is used. For attributes that do not have default values, such as **width** and **height**, the original normal value settings are canceled.
47e41f4b71Sopenharmony_ci
48e41f4b71Sopenharmony_ci**Adaptation Guide**
49e41f4b71Sopenharmony_ci
50e41f4b71Sopenharmony_ci
51e41f4b71Sopenharmony_ciCheck for Invalid values of component attributes and parameters, such as **"100abc"**, and change them to normal values.
52e41f4b71Sopenharmony_ci        
53