react-bootstrap-datetimepicker icon indicating copy to clipboard operation
react-bootstrap-datetimepicker copied to clipboard

The component is flux incompatible

Open deser opened this issue 8 years ago • 2 comments

Component has it's internal state but it's impossible to store state of a component (value and inputValue) somewhere outside (in store for example). Do you have plans to implement fully controlled datetime picker?

deser avatar Apr 03 '16 13:04 deser

:+1: If there is a recommended approach for this - am utilizing Redux state in my case

slangeberg avatar Apr 12 '16 20:04 slangeberg

To my mind this control have to support both internal state and ability to be fully controlled outside. Every default react input has ability to be controlled by default (by setting value property) so every rich control should support this ability. And this is a big problem of all react components nowadays

deser avatar Apr 13 '16 13:04 deser