diff --git a/api/config/css/cssConfig.json b/api/config/css/cssConfig.json index 43d690d399ce3f30caf0fc1a8f7edc0896b9d5fa..86342b4a3c45c5c0e911f0e5792ba32f63bb87e7 100644 --- a/api/config/css/cssConfig.json +++ b/api/config/css/cssConfig.json @@ -6871,9 +6871,6 @@ }, { "name": "placeholder-color", - "syscap": [ - "SystemCapability.ArkUI.ArkUI.Full" - ], "syntax": [ { "name": "" diff --git a/api/config/hml/basic/input.json b/api/config/hml/basic/input.json index 924a549eeb00e5ce3d4fb0b4e6b12b9895144dba..5c6f300565e84a6222dabc282027f033958bad26 100644 --- a/api/config/hml/basic/input.json +++ b/api/config/hml/basic/input.json @@ -35,10 +35,7 @@ "name": "radio" }, { - "name": "text", - "syscap": [ - "SystemCapability.ArkUI.ArkUI.Full" - ] + "name": "text" }, { "name": "email", @@ -65,10 +62,7 @@ ] }, { - "name": "password", - "syscap": [ - "SystemCapability.ArkUI.ArkUI.Full" - ] + "name": "password" } ] }, @@ -112,32 +106,20 @@ }, { "name": "placeholder", - "syscap": [ - "SystemCapability.ArkUI.ArkUI.Full" - ], "required": false, "description": [ { - "name": "Content of the hint text. This attribute is available only when the component type is set to text, email, date, or time.", - "syscap": [ - "SystemCapability.ArkUI.ArkUI.Full" - ] + "name": "Content of the hint text. This attribute is available only when the component type is set to text, email, date, or time." } ], "type": "string" }, { "name": "maxlength", - "syscap": [ - "SystemCapability.ArkUI.ArkUI.Full" - ], "required": false, "description": [ { - "name": "Maximum number of characters that can be entered in the input box. If no value is specified, the number of characters is not limited.", - "syscap": [ - "SystemCapability.ArkUI.ArkUI.Full" - ] + "name": "Maximum number of characters that can be entered in the input box. If no value is specified, the number of characters is not limited." } ], "type": "string"