Rudeg / react-input-calendar

http://rudeg.github.io/react-input-calendar/
MIT License
139 stars 94 forks source link

called preventDefault on the event in documentClick to stop it form getting to other... #96

Closed PM5544 closed 8 years ago

PM5544 commented 8 years ago

…handlers, for instance when this component is inside a <label> it focusses the input and closes the calendar.

This was the case in one of our applications since the Calendar was inside a <label>.

Rudeg commented 8 years ago

Thanks!

kjs3 commented 8 years ago

This issue should be fixed another way. Calling preventDefault() for every document click brakes submit buttons.