Skip to content

Commit 4d232ae

Browse files
committed
changed selectProps to props to pass data through InputMask component
1 parent 6075eed commit 4d232ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/src/components/ProjectWizard/RuleInput/MultiInput.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ const Input = props => {
100100
value={props.value || ""}
101101
onChange={props.onChange}
102102
onBlur={handleBlur}
103-
selectProps={props.selectProps}
103+
props={props.selectProps}
104104
maxLength={props.maxStringLength}
105105
autoComplete="off"
106106
placeholder={value.length ? "Add another" : null}

0 commit comments

Comments
 (0)