Skip to content

Commit d200cd7

Browse files
committed
Updating model value when there are no selected items.
Updating model value when there are no selected items.
1 parent 722273f commit d200cd7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/igcombo/igcombo.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ export class IgComboComponent extends IgControlBase<IgCombo> implements ControlV
3030
var items = ui.items;
3131

3232
if (items.length <= 0 || !that._model) {
33+
that._model.viewToModelUpdate(ui.owner.value());
3334
return;
3435
}
3536

0 commit comments

Comments
 (0)