File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -273,8 +273,8 @@ export class Datetime implements ComponentInterface {
273
273
274
274
private generatePickerOptions ( ) : PickerOptions {
275
275
const pickerOptions : PickerOptions = {
276
- ...this . pickerOptions ,
277
276
mode : this . mode ,
277
+ ...this . pickerOptions ,
278
278
columns : this . generateColumns ( )
279
279
} ;
280
280
Original file line number Diff line number Diff line change @@ -204,9 +204,9 @@ export class Select implements ComponentInterface {
204
204
const interfaceOptions = this . interfaceOptions ;
205
205
206
206
const popoverOpts : PopoverOptions = {
207
+ mode : this . mode ,
207
208
...interfaceOptions ,
208
209
209
- mode : this . mode ,
210
210
component : 'ion-select-popover' ,
211
211
cssClass : [ 'select-popover' , interfaceOptions . cssClass ] ,
212
212
event : ev ,
@@ -254,9 +254,9 @@ export class Select implements ComponentInterface {
254
254
255
255
const interfaceOptions = this . interfaceOptions ;
256
256
const actionSheetOpts : ActionSheetOptions = {
257
+ mode : this . mode ,
257
258
...interfaceOptions ,
258
259
259
- mode : this . mode ,
260
260
buttons : actionSheetButtons ,
261
261
cssClass : [ 'select-action-sheet' , interfaceOptions . cssClass ]
262
262
} ;
@@ -271,9 +271,9 @@ export class Select implements ComponentInterface {
271
271
const inputType = ( this . multiple ? 'checkbox' : 'radio' ) ;
272
272
273
273
const alertOpts : AlertOptions = {
274
+ mode : this . mode ,
274
275
...interfaceOptions ,
275
276
276
- mode : this . mode ,
277
277
header : interfaceOptions . header ? interfaceOptions . header : labelText ,
278
278
inputs : this . childOpts . map ( o => {
279
279
return {
You can’t perform that action at this time.
0 commit comments