Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
Added cssClass input property and fix the problem with sources not bu…
Browse files Browse the repository at this point in the history
…ilding when checked from the repository (#98)
  • Loading branch information
ryaa authored and raychenfj committed Nov 18, 2019
1 parent 84ee3d6 commit 2031b93
Show file tree
Hide file tree
Showing 7 changed files with 16,796 additions and 6 deletions.
1 change: 1 addition & 0 deletions dist/components/multi-picker/multi-picker.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export declare class MultiPicker implements AfterContentInit, ControlValueAccess
separator: string;
placeholder: string;
showReset: Boolean;
cssClass: string;
ionChange: EventEmitter<any>;
ionCancel: EventEmitter<any>;
constructor(_form: Form, _item: Item, _pickerCtrl: PickerController);
Expand Down
5 changes: 5 additions & 0 deletions dist/components/multi-picker/multi-picker.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/components/multi-picker/multi-picker.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/components/multi-picker/multi-picker.metadata.json

Large diffs are not rendered by default.

Loading

0 comments on commit 2031b93

Please sign in to comment.