Skip to content
Snippets Groups Projects
Unverified Commit 4f000a18 authored by Tom Robinson's avatar Tom Robinson Committed by GitHub
Browse files

Fix flow

parent 7c82e7a0
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@ type Props = {
onBlur?: () => void,
updateOnInputChange: boolean,
updateOnInputBlur: boolean,
updateOnInputBlur?: boolean,
// if provided, parseFreeformValue parses the input string into a value,
// or returns null to indicate an invalid value
parseFreeformValue: (value: string) => ?Value,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment