mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 18:54:11 +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%;
|
||||
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
|
||||
* highlight will appear behind
|
||||
|
@ -117,7 +117,7 @@
|
||||
}],
|
||||
htmlAttributes: {
|
||||
'data-testid': 'basic-picker'
|
||||
}
|
||||
},
|
||||
cssClass: customClass
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user