Skip to content

Commit

Permalink
chore(website): fix form example
Browse files Browse the repository at this point in the history
  • Loading branch information
gpbl committed Apr 8, 2022
1 parent dd7eaad commit 85b409f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/examples/input-range.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export default function App() {
selected={selectedRange}
onSelect={handleRangeSelect}
footer={
<form>
<form className="ma2">
<input
size={10}
placeholder="From Date"
Expand Down

0 comments on commit 85b409f

Please sign in to comment.