Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,8 @@ class Select extends React.Component<SelectProps & InjectedOuiaProps, SelectStat
toggleIcon,
ouiaContext,
ouiaId,
createText,
noResultsFoundText,
...props
} = this.props;
const { openedOnEnter, typeaheadInputValue, typeaheadActiveChild } = this.state;
Expand All @@ -374,6 +376,7 @@ class Select extends React.Component<SelectProps & InjectedOuiaProps, SelectStat
</ChipGroup>
);
}

return (
<div
className={css(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -422,12 +422,10 @@ exports[`checkbox select renders checkbox select groups successfully - old class
aria-labelledby=""
checked=""
className=""
createText="Create"
isExpanded={false}
isGrouped={true}
keyHandler={[Function]}
maxHeight=""
noResultsFoundText="No results found"
openedOnEnter={false}
selected=""
sendRef={[Function]}
Expand Down Expand Up @@ -1204,12 +1202,10 @@ exports[`checkbox select renders checkbox select groups successfully 1`] = `
aria-labelledby=""
checked=""
className=""
createText="Create"
isExpanded={false}
isGrouped={true}
keyHandler={[Function]}
maxHeight=""
noResultsFoundText="No results found"
openedOnEnter={false}
selected=""
sendRef={[Function]}
Expand Down Expand Up @@ -2293,12 +2289,10 @@ exports[`checkbox select renders expanded successfully - old classes 1`] = `
aria-labelledby=""
checked=""
className=""
createText="Create"
isExpanded={false}
isGrouped={false}
keyHandler={[Function]}
maxHeight=""
noResultsFoundText="No results found"
openedOnEnter={false}
selected=""
sendRef={[Function]}
Expand Down Expand Up @@ -2768,12 +2762,10 @@ exports[`checkbox select renders expanded successfully 1`] = `
aria-labelledby=""
checked=""
className=""
createText="Create"
isExpanded={false}
isGrouped={false}
keyHandler={[Function]}
maxHeight=""
noResultsFoundText="No results found"
openedOnEnter={false}
selected=""
sendRef={[Function]}
Expand Down Expand Up @@ -3252,12 +3244,10 @@ exports[`checkbox select renders expanded successfully with custom objects 1`] =
aria-labelledby=""
checked=""
className=""
createText="Create"
isExpanded={false}
isGrouped={false}
keyHandler={[Function]}
maxHeight=""
noResultsFoundText="No results found"
openedOnEnter={false}
selected=""
sendRef={[Function]}
Expand Down Expand Up @@ -3731,12 +3721,10 @@ exports[`select custom select filter filters properly 1`] = `
aria-label=""
aria-labelledby=""
className=""
createText="Create"
isExpanded={false}
isGrouped={false}
keyHandler={[Function]}
maxHeight=""
noResultsFoundText="No results found"
openedOnEnter={false}
selected=""
sendRef={[Function]}
Expand Down Expand Up @@ -4266,12 +4254,10 @@ exports[`select renders select groups successfully 1`] = `
aria-label=""
aria-labelledby=""
className=""
createText="Create"
isExpanded={false}
isGrouped={false}
keyHandler={[Function]}
maxHeight=""
noResultsFoundText="No results found"
openedOnEnter={false}
selected=""
sendRef={[Function]}
Expand Down Expand Up @@ -5570,12 +5556,10 @@ exports[`select single select renders expanded successfully 1`] = `
aria-label=""
aria-labelledby=""
className=""
createText="Create"
isExpanded={false}
isGrouped={false}
keyHandler={[Function]}
maxHeight=""
noResultsFoundText="No results found"
openedOnEnter={false}
selected=""
sendRef={[Function]}
Expand Down Expand Up @@ -6004,12 +5988,10 @@ exports[`select single select renders expanded successfully with custom objects
aria-label=""
aria-labelledby=""
className=""
createText="Create"
isExpanded={false}
isGrouped={false}
keyHandler={[Function]}
maxHeight=""
noResultsFoundText="No results found"
openedOnEnter={false}
selected=""
sendRef={[Function]}
Expand Down Expand Up @@ -6764,12 +6746,10 @@ exports[`typeahead multi select renders expanded successfully 1`] = `
aria-label=""
aria-labelledby=""
className=""
createText="Create"
isExpanded={false}
isGrouped={false}
keyHandler={[Function]}
maxHeight=""
noResultsFoundText="No results found"
openedOnEnter={false}
selected=""
sendRef={[Function]}
Expand Down Expand Up @@ -7729,12 +7709,10 @@ exports[`typeahead multi select renders selected successfully 1`] = `
aria-label=""
aria-labelledby=""
className=""
createText="Create"
isExpanded={false}
isGrouped={false}
keyHandler={[Function]}
maxHeight=""
noResultsFoundText="No results found"
openedOnEnter={false}
selected={
Array [
Expand Down Expand Up @@ -8226,12 +8204,10 @@ exports[`typeahead multi select test onChange 1`] = `
aria-label=""
aria-labelledby=""
className=""
createText="Create"
isExpanded={false}
isGrouped={false}
keyHandler={[Function]}
maxHeight=""
noResultsFoundText="No results found"
openedOnEnter={false}
selected=""
sendRef={[Function]}
Expand Down Expand Up @@ -8859,12 +8835,10 @@ exports[`typeahead select renders expanded successfully 1`] = `
aria-label=""
aria-labelledby=""
className=""
createText="Create"
isExpanded={false}
isGrouped={false}
keyHandler={[Function]}
maxHeight=""
noResultsFoundText="No results found"
openedOnEnter={false}
selected=""
sendRef={[Function]}
Expand Down Expand Up @@ -9399,12 +9373,10 @@ exports[`typeahead select renders selected successfully 1`] = `
aria-label=""
aria-labelledby=""
className=""
createText="Create"
isExpanded={false}
isGrouped={false}
keyHandler={[Function]}
maxHeight=""
noResultsFoundText="No results found"
openedOnEnter={false}
selected="Mr"
sendRef={[Function]}
Expand Down Expand Up @@ -9862,12 +9834,10 @@ exports[`typeahead select test creatable option 1`] = `
aria-label=""
aria-labelledby=""
className=""
createText="Create"
isExpanded={false}
isGrouped={false}
keyHandler={[Function]}
maxHeight=""
noResultsFoundText="No results found"
openedOnEnter={false}
selected=""
sendRef={[Function]}
Expand Down Expand Up @@ -10203,12 +10173,10 @@ exports[`typeahead select test onChange 1`] = `
aria-label=""
aria-labelledby=""
className=""
createText="Create"
isExpanded={false}
isGrouped={false}
keyHandler={[Function]}
maxHeight=""
noResultsFoundText="No results found"
openedOnEnter={false}
selected=""
sendRef={[Function]}
Expand Down
Loading