We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 58a8d5d + aa19e11 commit f73ee22Copy full SHA for f73ee22
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@equinor/amplify-component-lib",
3
- "version": "9.7.6",
+ "version": "9.7.7",
4
"description": "Frontend Typescript components for the Amplify team",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
src/molecules/Select/Select.types.ts
@@ -26,7 +26,7 @@ interface MultiSelectBase<T extends SelectOptionRequired> {
26
}
27
28
type MultiSelectWithSelectedAsText<T extends SelectOptionRequired> = {
29
- showSelectedAsText: true;
+ showSelectedAsText: boolean;
30
} & MultiSelectBase<T>;
31
32
type MultiSelectWithCustomValueComponent<T extends SelectOptionRequired> = {
0 commit comments