Skip to content

Commit

Permalink
feat: Time RangePicker support endTime before startTime (#33)
Browse files Browse the repository at this point in the history
* test driven

* skip reorder when picker is time

* support order props

* readme update
  • Loading branch information
zombieJ authored Mar 6, 2020
1 parent fdcbae8 commit 632a1e3
Show file tree
Hide file tree
Showing 4 changed files with 254 additions and 467 deletions.
4 changes: 3 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all"
"trailingComma": "all",
"proseWrap": "never",
"printWidth": 100
}
Loading

0 comments on commit 632a1e3

Please sign in to comment.