Daniel

Results 10 comments of Daniel

I am actually updating it to work with ReactJS 0.14 for transition. Which part is responsible that my input field is filled with my selection from the dropdown? Or more...

@arzola @gustavoguichard I did nearly the same changes as @ezequiel ``` focus: function() { ReactDOM.findDOMNode(this.refs.input).focus() }, ``` the problem is that this change ends in that there is now error...

@arzola which issue do you mean explicit? I do not get any error in my version instead of that the focus event is not working

Interestingly it does not cause any error for me. Whats about your package.json and the used versions? Maybe you have multiple instances of react running through your npm installation? But...

I am facing the same problem. Did you found any solution for this? In the origin it was handled like this e.g.: ``` $('#datetimepicker2').datetimepicker({ locale: 'ru' }); ``` Setting the...

> Thanks for the contribution! This makes sense to support. > > Let's make the error conditions more explicit instead of silently doing nothing. That could be super frustrating to...

@schrockn you see something that needs further improvement?

> Thanks for your patience and for contributing. Let's move forward with this! You're welcome. Hope the changes address your recommendations well

@caesar0301 thx for pointing it out. Will check