react-bootstrap-datetimepicker
react-bootstrap-datetimepicker copied to clipboard
The component is flux incompatible
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?
:+1: If there is a recommended approach for this - am utilizing Redux state in my case
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