Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add experimental onKeyPress
  • Loading branch information
marekhrabe authored and getdave committed Oct 28, 2019
commit 4a9fd0497d2142409318a4c3535547cbf16b7655
3 changes: 2 additions & 1 deletion packages/block-editor/src/components/url-input/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* External dependencies
*/
import { throttle, isFunction, noop } from 'lodash';
import { throttle, isFunction } from 'lodash';
import classnames from 'classnames';
import scrollIntoView from 'dom-scroll-into-view';

Expand Down Expand Up @@ -256,6 +256,7 @@ class URLInput extends Component {
isFullWidth,
hasBorder,
__experimentalRenderSuggestions,
__experimentalOnKeyPress,
placeholder = __( 'Paste URL or type to search' ),
value = '',
autoFocus = true,
Expand Down