Skip to content

Commit 1159500

Browse files
committed
fix #112
1 parent c875271 commit 1159500

File tree

3 files changed

+4
-9
lines changed

3 files changed

+4
-9
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
"demo": true,
77
"demo-ng": true,
88
"bin/**": true
9-
}
9+
},
10+
"typescript.tsdk": "node_modules/typescript/lib"
1011
}

demo/app/app.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
text-align: center;
99
text-decoration: underline;
1010
margin: 20;
11+
border-width: 2;
12+
border-color: black;
1113
}
1214
.changed-styles {
1315
padding: 10;

drop-down.ios.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ import {
3333
DropDownBase,
3434
Length,
3535
backgroundColorProperty,
36-
backgroundInternalProperty,
3736
colorProperty,
3837
fontInternalProperty,
3938
hintProperty,
@@ -191,13 +190,6 @@ export class DropDown extends DropDownBase {
191190
this._listPicker.reloadAllComponents();
192191
}
193192

194-
public [backgroundInternalProperty.getDefault](): UIColor {
195-
return null;
196-
}
197-
public [backgroundInternalProperty.setNative](value: Color) {
198-
//
199-
}
200-
201193
public [fontInternalProperty.getDefault](): UIFont {
202194
return this.nativeView.font;
203195
}

0 commit comments

Comments
 (0)