Skip to content

Commit

Permalink
Spread all overlay props in picker (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
EnriqueVidal authored Jul 10, 2018
1 parent 7cf3404 commit d047089
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "runtime-picker",
"version": "0.2.1",
"version": "0.3.0",
"description": "Pick a runtime like you would microwave popcorn",
"main": "build/index.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion src/Picker.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@ const Picker = ({
seconds,
skipSeconds: exclude,
title,
...bootstrapProps
}: Props) => (

<Popover id="runtime-picker-top" title={title}>
<Popover id="runtime-picker-top" title={title} {...bootstrapProps}>
<input
data-unscoped
dir="rtl"
Expand Down

0 comments on commit d047089

Please sign in to comment.