Skip to content

Commit

Permalink
Inline input: disabled is not mandatory
Browse files Browse the repository at this point in the history
Co-authored-by: MaZ <[email protected]>
  • Loading branch information
Thykof and mazmassa authored Nov 2, 2023
1 parent b3dee49 commit 551267d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/InlineInput/InlineInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { NumberFormatValues, NumericFormat } from 'react-number-format';

interface InlineInputProps {
name: string;
disabled: boolean;
disabled?: boolean;
value: string;
onValueChange?: (event: NumberFormatValues) => void;
}
Expand Down

0 comments on commit 551267d

Please sign in to comment.