Skip to content

Commit cde277d

Browse files
authored
give preserve on blur a default (microsoft#10453)
1 parent 5903166 commit cde277d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react-common/components/controls/Input.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export const Input = (props: InputProps) => {
5959
onBlur,
6060
onOptionSelected,
6161
handleInputRef,
62-
preserveValueOnBlur,
62+
preserveValueOnBlur = true,
6363
options
6464
} = props;
6565

0 commit comments

Comments
 (0)