wangzuo / input-moment

React datetime picker powered by momentjs
https://wangzuo.github.io/input-moment
ISC License
527 stars 173 forks source link

Allow default tab + hiding of switch tab buttons #72

Open aychtang opened 7 years ago

aychtang commented 7 years ago

Allows you to select an initial tab in case you want to go straight to the time picker, also allows hiding of tabs to ensure users stay on the given tab.

Code available on my fork @ https://github.com/trayio/input-moment.

Let me know if you want me to make a PR for either feature and I will split them and write tests.

wangzuo commented 7 years ago

Sure, pr is welcome.

aychtang commented 6 years ago

OK, have been quite busy recently but will do this soon.

aychtang commented 6 years ago

OK I have added these features in #78 & #79 respectively.