fix(datetime): wheel picker shows correct column order in rtl (#24546)

resolves #24378
This commit is contained in:
Liam DeBeasi
2022-01-11 09:36:41 -05:00
committed by GitHub
parent 5bb1414f7f
commit c90ce311a8
2 changed files with 9 additions and 1 deletions

View File

@ -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

View File

@ -117,7 +117,7 @@
}],
htmlAttributes: {
'data-testid': 'basic-picker'
}
},
cssClass: customClass
});