diff --git a/src/components/inputs/UrlInput.jsx b/src/components/inputs/UrlInput.jsx index 040c2b57..3ad9ba3f 100644 --- a/src/components/inputs/UrlInput.jsx +++ b/src/components/inputs/UrlInput.jsx @@ -38,6 +38,7 @@ class UrlInput extends React.Component { style: PropTypes.object, default: PropTypes.string, onChange: PropTypes.func, + onInput: PropTypes.func, multi: PropTypes.bool, required: PropTypes.bool, }