Skip to content

Commit 21242cd

Browse files
committed
Revert "chore: add comment"
This reverts commit 23a042e.
1 parent 2e4e315 commit 21242cd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/InputNumber.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,6 @@ const InternalInputNumber = React.forwardRef(
177177
}
178178
}
179179

180-
// Mobile user experience is not ideal, so we choose to hide the step controls by default on mobile.
181-
// However, developers can still display them by setting `controls=true`.
182180
const isMobile = useMobile();
183181
const mergedControls = controls ?? !isMobile;
184182

0 commit comments

Comments
 (0)