mirror of
https://github.com/divkit/divkit.git
synced 2026-06-06 20:07:59 +00:00
26 lines
624 B
JSON
26 lines
624 B
JSON
{
|
|
"features": [{
|
|
"id": "input_password",
|
|
"name": "Input property <code>keyboard_type</code> = <code>password</code>",
|
|
"compat": {
|
|
"android": {
|
|
"version_added": "29.9.0"
|
|
},
|
|
"web": {
|
|
"version_added": "29.9.0"
|
|
}
|
|
}
|
|
}, {
|
|
"id": "input_is_enabled",
|
|
"name": "Input property <code>is_enabled</code>",
|
|
"compat": {
|
|
"ios": {
|
|
"version_added": "29.13.0"
|
|
},
|
|
"web": {
|
|
"version_added": "29.15.0"
|
|
}
|
|
}
|
|
}]
|
|
}
|