Skip to content

Commit

Permalink
fix(form-v2): add prop to disable date select (#4700)
Browse files Browse the repository at this point in the history
  • Loading branch information
tohhengxing authored Aug 29, 2022
1 parent c0eb1a3 commit 790cb96
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ export const BillCharges = ({
name={'selectDate'}
items={selectDateDropdownItems}
isClearable={false}
isDisabled={isLoadingOrRefetching}
/>
</Box>

Expand Down

0 comments on commit 790cb96

Please sign in to comment.