We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2225e43 commit 692960dCopy full SHA for 692960d
components/breadcrumb/data-binding.md
@@ -60,7 +60,7 @@ The properties of a Breadcrumb item map directly to fields from the Breadcrumb m
60
public string Title { get; set; }
61
public ISvgIcon Icon { get; set; }
62
public string Url { get; set; }
63
- public string Disabled { get; set; }
+ public bool Disabled { get; set; }
64
public string Class { get; set; }
65
}
66
````
0 commit comments