pushtell / react-bootstrap-date-picker

React-Bootstrap based date picker.
MIT License
346 stars 195 forks source link

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

Open wehriam opened 8 years ago

wehriam commented 8 years ago

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

nareshbhatia commented 8 years ago

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.

rafgugi commented 8 years ago

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.

daniel73 commented 7 years ago

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?

wehriam commented 7 years ago

@daniel73 you might try the customControl property.

daniel73 commented 7 years ago

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?

wehriam commented 7 years ago

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

Robinfr commented 7 years ago

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

wehriam commented 7 years ago

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

agilgur5 commented 7 years ago

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.

siddhu444 commented 7 years ago

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?

alzrck commented 7 years ago

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

juanpaco commented 7 years ago

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

https://github.com/pushtell/react-bootstrap-date-picker/issues/139

johnsonsamuel commented 6 years ago

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.

g2david commented 1 year ago

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