tleunen / react-number-editor

Custom number editor (text field) react component
MIT License
70 stars 15 forks source link

Added orientation #25

Open cereallarceny opened 8 years ago

cereallarceny commented 8 years ago

Now you can choose between horizontal or vertical orientations.

tleunen commented 8 years ago

hey @cereallarceny, I'm so sorry for the delay. For some reasons I didn't see this ticket. Nice new feature.

What do you think of having a boolean prop vertical instead? By default it would still be false (for the horizontal behavior). Or maybe we should call it "dragVertical"?