Skip to content

Commit

Permalink
fix(IgcCombo): Add a tag that generates generic type for blazor.
Browse files Browse the repository at this point in the history
  • Loading branch information
MayaKirova committed Jun 5, 2024
1 parent 689ff72 commit acdd49f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/combo/combo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,7 @@ export default class IgcComboComponent<
*/
/* blazorPrimitiveValue */
/* blazorByValueArray */
/* blazorGenericType */
/* @tsTwoWayProperty (true, "Change", "Detail.NewValue", false) */
public set value(items: ComboValue<T>[]) {
const oldValue = this._value;
Expand Down

0 comments on commit acdd49f

Please sign in to comment.