mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 11:17:19 +08:00
fix(datetime): wheel picker shows correct column order in rtl (#24546)
resolves #24378
This commit is contained in:
@ -14,6 +14,14 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 200px;
|
height: 200px;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Picker columns should display
|
||||||
|
* in the order in which developers
|
||||||
|
* added them and should ignore
|
||||||
|
* LTR vs RTL directions.
|
||||||
|
*/
|
||||||
|
direction: ltr;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This is required otherwise the
|
* This is required otherwise the
|
||||||
* highlight will appear behind
|
* highlight will appear behind
|
||||||
|
@ -117,7 +117,7 @@
|
|||||||
}],
|
}],
|
||||||
htmlAttributes: {
|
htmlAttributes: {
|
||||||
'data-testid': 'basic-picker'
|
'data-testid': 'basic-picker'
|
||||||
}
|
},
|
||||||
cssClass: customClass
|
cssClass: customClass
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user