alexkuz/react-input-enhancements

timestamp input for DatePicker

vim-zz opened this issue · 1 comments

hi!, great components and documentation. i need to be able to allow my users to also use timestamps (milisec since epoch) as valid date on the date picker - is there a way to override the mask, so it accept long integers? just to be clear it doesn't need to be rendered on the popup.

Now you can! You can patch it with onValuePreUpdate (I've included examples in README and demo)