Skip to content

Commit

Permalink
remove isFill from datePicker
Browse files Browse the repository at this point in the history
  • Loading branch information
MariaAga committed Aug 11, 2023
1 parent dc2f27b commit 294a8d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ const DatePickerBase = (
>
<div className={styles.datePickerInput} ref={triggerRef}>
<InputGroup>
<InputGroupItem isFill>
<InputGroupItem>
<TextInput
isDisabled={isDisabled}
isRequired={requiredDateOptions?.isRequired}
Expand Down

0 comments on commit 294a8d8

Please sign in to comment.