Another minor fix.

This commit is contained in:
Rossen Hristov
2015-05-27 16:58:45 +03:00
parent ed67455e26
commit dc302c4fcd

View File

@@ -62,7 +62,7 @@ export class ListPicker extends common.ListPicker {
this._editText.setFilters([]); this._editText.setFilters([]);
// Since the Android NumberPicker has to always have at least one item, i.e. minValue=maxValue=value=0, we don't want this zero showing up when this.items is empty. // Since the Android NumberPicker has to always have at least one item, i.e. minValue=maxValue=value=0, we don't want this zero showing up when this.items is empty.
this._editText.setText(null); this._editText.setText(" ");
} }
public _onSelectedIndexPropertyChanged(data: dependencyObservable.PropertyChangeData) { public _onSelectedIndexPropertyChanged(data: dependencyObservable.PropertyChangeData) {