Skip to content

Commit

Permalink
ds/ns - bump react-select-plus
Browse files Browse the repository at this point in the history
This fixes a bug with onInputChange where the modified
input was not being used.

JedWatson/react-select#1597
  • Loading branch information
natalieschauser committed Apr 17, 2018
1 parent 5ec47a4 commit 18d2a09
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 15 deletions.
29 changes: 15 additions & 14 deletions 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
Expand Up @@ -39,7 +39,7 @@
"lodash.noop": "^3.0.1",
"prop-types": "^15.5.10",
"react-fontawesome": "^1.4.0",
"react-select-plus": "1.0.0-rc.5",
"react-select-plus": "1.2.0",
"react-text-mask": "~5.0.2",
"react-transition-group": "~1.1.3",
"reactstrap": "4.8.0",
Expand Down
1 change: 1 addition & 0 deletions src/components/Select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// Import and override react-select's SCSS variables to match BS4:
$select-input-height: 2.35rem !default;
$select-input-internal-height: 2.25rem !default;
$select-arrow-width: 0.35rem !default;

// Override react-select styles to match Saffron (TODO move to theme?)
$select-input-bg-disabled: #eceeef;
Expand Down

0 comments on commit 18d2a09

Please sign in to comment.