From b7af59fe439282d3c1c08782527f82cbcf877b7d Mon Sep 17 00:00:00 2001 From: Alexander Skvortsov Date: Wed, 29 Apr 2020 19:30:00 -0400 Subject: [PATCH] Fixed select onchange not working --- js/src/common/components/Select.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/js/src/common/components/Select.tsx b/js/src/common/components/Select.tsx index 8ea2114e9..15b3fbb33 100644 --- a/js/src/common/components/Select.tsx +++ b/js/src/common/components/Select.tsx @@ -5,7 +5,7 @@ export interface SelectProps extends ComponentProps { /** * Disabled state for the input. */ - disabled: boolean; + disabled?: boolean; /** * A callback to run when the selected value is changed. @@ -29,7 +29,7 @@ export interface SelectProps extends ComponentProps { * The `Select` component displays a