We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5454f8 commit 7882d0dCopy full SHA for 7882d0d
src/components/dateTimePicker/index.js
@@ -249,6 +249,7 @@ class DateTimePicker extends Component {
249
is24Hour={is24Hour}
250
minuteInterval={minuteInterval}
251
timeZoneOffsetInMinutes={timeZoneOffsetInMinutes}
252
+ display={Constants.isIOS ? 'inline' : 'default'}
253
/>
254
);
255
}
0 commit comments