pushtell / react-bootstrap-date-picker

React-Bootstrap based date picker.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Where are you using react-bootstrap-date-picker?

wehriam opened this issue · comments

I'm happy that you've found this module helpful. Please comment with links to use in production!

We are using the react-bootstrap-date-picker in an enterprise app for a financial services client. It is an internal app. When choosing a date-picker, we were looking for a control that allowed quick entry using an input field but with good validation. react-bootstrap-date-picker fit the bill and we are very happy with our choice.

I use in a small project. I use this because this is awesome with overlay and bootstrap style. I want to help contribute to this repo, but by the way, why don't you use momentjs? it will help much and provide cleaner code.

We are using react-bootstrap-date-picker. I would like to have todays date
with a background color when open first time, and all dates before today
dimmed and disabled, is this possible?

@daniel73 you might try the customControl property.

Thank you. The api doesn't give much information about implementation
and configuration. Do you know where I can find resources to learn more about this
feature?

@daniel73 this is an advanced feature that leaves the implementation open to the developer. I recommend looking at the example code and the tests for the feature.

I would love to, but it doesn't seem like the project is very active?

Apologies for the inactivity, my time has been scarce recently. I'll review the changes soon.

We use it at Yorango to power our Listings marketplace date filter. It's used in our Property Management product as well for setting dates for online rent collection, security deposits, etc as well as for Lease start and end dates. Soon it'll power our Appointments engine for scheduling tours or viewings and maintenance too! :)

I chose this library as it fits our usage of react-bootstrap and because it doesn't use moment under the hood. We have no need for moment, and it's quite a bulky library, so not having that makes our bundle size smaller and page speed faster 👍

The one big problem I've had with this library is that if you click the input on mobile (all our pages are responsive), it brings up the keyboard, which will overlay on top of the date-picker, which is quite annoying and confusing UX.

hi I am using react bootstrap datepicker. how to do validations for datepicker. its not a input type.can you tell me how to do that?

We are using it on an application made to consolidate different stocks and sales orders in a major construction materials supplier.

Question, is there any suggestion to this warning

lowPriorityWarning.js:40 Warning: Accessing PropTypes via the main React package is deprecated, and will be removed in React v16.0. Use the latest available v15.* prop-types package from npm instead. For info on usage, compatibility, migration and more, see https://fb.me/prop-types-docs

points to index.js:117
propTypes: {
selectedDate: _react2.default.PropTypes.object, //this is 117
...

thanks and best regards

@afidalgo - The fix is committed, apparently, but the package hasn't been published with the fix.

#139

I love the calendar component.. Just wanted to check if there is an option to traverse through years without having traverse through each month using the arrow icon :) . thanks in advanced.

I want to show txt below the day lable. Is there any way to do it