react-datetimerange-picker icon indicating copy to clipboard operation
react-datetimerange-picker copied to clipboard

Fix close widgets always true

Open nikfakel opened this issue 4 years ago • 0 comments

This pull request should fix same problem as https://github.com/wojtekmaj/react-datetimerange-picker/pull/28

Prop closeWidgets works not correctly, its not depend you put false or true to value.

Fix remove pass function argument 'closeWidgets' to react-calendar and react-datetime-picker, becouse they dont use this arguments in callback.

nikfakel avatar Apr 22 '21 17:04 nikfakel