mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Another minor fix.
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user