Skip to content

Commit 4398c57

Browse files
authored
Add isDisabled to EnovyOption
The select component that the app store uses recognizes this and behaves accordingly.
1 parent f0f3f60 commit 4398c57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/internal/EnvoyOption.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
type EnvoyOption = {
22
label: string,
33
value: string,
4+
isDisabled?: boolean,
45
};
56

67
export default EnvoyOption;

0 commit comments

Comments
 (0)