xatkit-bot-platform / xatkit-chat-widget

(React) Chat widget for Xatkit
https://xatkit.com
MIT License
6 stars 2 forks source link

Support date input type #33

Open hamzaed opened 4 years ago

hamzaed commented 4 years ago

We need to integrate a datepicker to facilitate filling date input types.

Here is how it should be:

image

Maybe we can do something similar to buttons. In ReactReply message we say that we're expecting a date and then in the react component we update the input to provide a date picker.