diff --git a/src/Components/Chakra__Input.res b/src/Components/Chakra__Input.res index 4a94a50..f508414 100644 --- a/src/Components/Chakra__Input.res +++ b/src/Components/Chakra__Input.res @@ -15,6 +15,7 @@ external make: ( ~isReadOnly: bool=?, ~isRequired: bool=?, ~size: Size.Select.t=?, + ~value: string=?, ~variant: Identity.t=?, /** Margin and Padding @@ -239,7 +240,7 @@ external make: ( @as("_selection") ~_selection: Pseudo.t=?, /** TODO - Other Props + Other Props partial implemented @see ~animation=?, @@ -294,7 +295,7 @@ external make: ( ~onFocus: ReactEvent.Focus.t => unit=?, ~onBlur: ReactEvent.Focus.t => unit=?, /** - ReactEvent Form + ReactEvent Form @see **/ ~onChange: ReactEvent.Form.t => unit=?, @@ -403,7 +404,7 @@ external make: ( ~onToggle **/ /** - ReactEvent Animation + ReactEvent Animation @see **/ ~onAnimationStart: ReactEvent.Animation.t => unit=?,