Manohar V
Manohar V
Following this link https://github.com/ryanb/private_pub#serving-faye-over-https-with-thin I have configured my thin and faye server. When I run the server using `thin -C config/private_pub_thin.yml start` it is saying Listening on 0.0.0.0:4443, CTRL+C to...
I'm working with react-datetime latest version(2.15.0). But closeOnSelect is not working. Date picker is closing after selecting either date or time. ` this.handleTimeChange(event)} dateFormat={"DD MMMM, YYYY"} className={'datepicker'} open={false} closeOnTab={true} viewDate={'Date'}...