Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wehriam opened this issue Jun 3, 2016 · 14 comments
Open

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

wehriam opened this issue Jun 3, 2016 · 14 comments
Labels

Comments

@wehriam
Copy link
Contributor

wehriam commented Jun 3, 2016

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

@nareshbhatia
Copy link
Contributor

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
Copy link

rafgugi commented Oct 17, 2016

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
Copy link

daniel73 commented Dec 2, 2016

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
Copy link
Contributor Author

wehriam commented Dec 2, 2016

@daniel73 you might try the customControl property.

@daniel73
Copy link

daniel73 commented Dec 2, 2016

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
Copy link
Contributor Author

wehriam commented Dec 2, 2016

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

Robinfr commented Dec 16, 2016

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

@wehriam
Copy link
Contributor Author

wehriam commented Dec 16, 2016

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

@agilgur5
Copy link

agilgur5 commented Dec 16, 2016

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
Copy link

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
Copy link

alzrck commented Oct 1, 2017

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
Copy link

juanpaco commented Oct 7, 2017

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

#139

@johnsonsamuel
Copy link

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
Copy link

g2david commented Feb 8, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests