igniteui-angular
Version:
Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps
21 lines • 515 B
JSON
{
"$schema": "../../common/schema/binding.schema.json",
"changes": [
{
"name": "isSelected",
"replaceWith": "selected",
"owner": {
"selector": "igx-drop-down-item",
"type": "component"
}
},
{
"name": "isFocused",
"replaceWith": "focused",
"owner": {
"selector": "igx-drop-down-item",
"type": "component"
}
}
]
}