We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a2c88e commit be7de76Copy full SHA for be7de76
components/input/Input.jsx
@@ -7,8 +7,6 @@ import { ConfigConsumerProps } from '../config-provider';
7
import ClearableLabeledInput from './ClearableLabeledInput';
8
import syncWatch from '../_util/syncWatch';
9
10
-function noop() {}
11
-
12
export function fixControlledValue(value) {
13
if (typeof value === 'undefined' || value === null) {
14
return '';
0 commit comments