Files
divkit/compat_data/div-input.json
T
4eb0da 68a2558bcd Compat upd
f89804e3ff7fa786d3f658b52789a69a8315e503
2024-06-03 18:16:40 +03:00

37 lines
914 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"
}
}
}, {
"id": "input_max_length",
"name": "Input property <code>max_length</code>",
"compat": {
"android": {
"version_added": "30.3.0"
},
"web": {
"version_added": "30.3.0"
}
}
}]
}