A customizable calendar, time & month picker for React Native (including Persian Jalaali calendar & locale). Latest version: 1.0.2, last published: 4 months ago. Start using react-native-modern-datepicker2 in your project by running `npm i react-native-m
<DatePicker focusSelectedMonth={false} startDate={startDate} endDate={endDate} monthsShown={2} selectsRange inline disabledKeyboardNavigation // <-- active-day bug is still open onChange={(e) => { setDateRange(e) }} /> ️ 2 honam867 commented Jul 27, 2022 • edited i try...
So, using the above solution as a basis, this is what I tried: import React, { useRef, forwardRef } from 'react'; import ReactDatePicker from 'react-datepicker'; import 'react-datepicker/dist/react-datepicker.css'; //Custom input const CustomInput = forwardRef((props, ref) => { return ...
"description": "react native datePicker component for both Android and IOS, useing DatePikcerAndroid, TimePickerAndroid and DatePickerIOS", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "test": "node ./node_modules/.bin/istanbul cover ...
Merge pull request Tencent#1292 from Tencent/fix/datepicker/panel-change Browse files fix: 修复在左侧输入框聚焦时右侧面板切换月份失效问题 develop (Tencent/tdesign-react#1292) xiaosansiji committed Aug 15, 2022 2 parents f98424a + 0ca9afb commit 12072be Showing 2 changed files with 3 ...