diff --git a/packages/patternfly-3/patternfly-react/package.json b/packages/patternfly-3/patternfly-react/package.json index 698a40046b0..f1a611e9e8b 100644 --- a/packages/patternfly-3/patternfly-react/package.json +++ b/packages/patternfly-3/patternfly-react/package.json @@ -32,7 +32,7 @@ "patternfly": "^3.58.0", "react-bootstrap": "^0.32.1", "react-bootstrap-switch": "^15.5.3", - "react-bootstrap-typeahead": "^3.1.3", + "react-bootstrap-typeahead": "^3.4.1", "react-c3js": "^0.1.20", "react-click-outside": "^3.0.1", "react-collapse": "^4.0.3", diff --git a/packages/patternfly-3/patternfly-react/src/components/TypeAheadSelect/TypeAheadSelect.stories.js b/packages/patternfly-3/patternfly-react/src/components/TypeAheadSelect/TypeAheadSelect.stories.js index e8a546fee27..2e6a21e356e 100644 --- a/packages/patternfly-3/patternfly-react/src/components/TypeAheadSelect/TypeAheadSelect.stories.js +++ b/packages/patternfly-3/patternfly-react/src/components/TypeAheadSelect/TypeAheadSelect.stories.js @@ -52,7 +52,13 @@ TypeAheadSelectStories.addWithInfo('Menu Alignment', () => {

Menu Alignment

- + ); }); @@ -66,7 +72,13 @@ TypeAheadSelectStories.addWithInfo('Input Size', () => {

Input Size

- + ); }); @@ -82,6 +94,7 @@ TypeAheadSelectStories.addWithInfo('Multiple Selection', () => {

Multiple Selection

{

Highlight Results

{ If a search result doesn't exist, allow the user to add a custom input.

{

AutoCompletion will start when there are enough characters.

{
{

Search a Forker

( A default value will be shown when the component is rendered.

{ const component = shallow(

- +

); diff --git a/packages/patternfly-3/patternfly-react/src/components/TypeAheadSelect/__snapshots__/AsyncTypeAheadSelect.test.js.snap b/packages/patternfly-3/patternfly-react/src/components/TypeAheadSelect/__snapshots__/AsyncTypeAheadSelect.test.js.snap index d1f7102eb23..11638a6c25c 100644 --- a/packages/patternfly-3/patternfly-react/src/components/TypeAheadSelect/__snapshots__/AsyncTypeAheadSelect.test.js.snap +++ b/packages/patternfly-3/patternfly-react/src/components/TypeAheadSelect/__snapshots__/AsyncTypeAheadSelect.test.js.snap @@ -1,7 +1,7 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP exports[`AsyncTypeAheadSelect is working !! 1`] = ` - -

`;