Skip to content

Commit a0651d8

Browse files
Update value-binding.md
1 parent 45ddf7c commit a0651d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

blazor/multicolumn-combobox/value-binding.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ First, create a `MultiColumnComboBox.razor` file as a parent component in the `/
103103
public EventCallback<TValue> ComboBoxValueChanged { get; set; }
104104
}
105105

106-
{% endhighlight razor %}
106+
{% endhighlight %}
107107
{% endtabs %}
108108

109109
### Usage of generic component with different type
@@ -143,5 +143,5 @@ Here, the MultiColumn ComboBox component with TValue as an int nullable type in
143143
};
144144
}
145145

146-
{% endhighlight razor %}
146+
{% endhighlight %}
147147
{% endtabs %}

0 commit comments

Comments
 (0)