Skip to content

Commit

Permalink
Merge pull request #178 from ZeroGachis/task/num-selector-mob-program…
Browse files Browse the repository at this point in the history
…ming

♻️ Number field refactoring.
  • Loading branch information
Mibou authored Jan 30, 2024
2 parents 09065ce + b66a185 commit 7a45602
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/numberSelector/NumberSelector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,12 @@ export interface Props {
value: number | undefined;
onValueChange?: (value: number) => void;
onEndEditing: (value: string | undefined) => void;
minValue: number;
maxValue: number;
style?: ViewStyle;
minusIcon?: IconName;
plusIcon?: IconName;
showSoftInputOnFocus?: boolean;
variant?: 'filled' | 'outlined';
size?: 'm' | 's';
decimal?: boolean;
placeholder?: string;
incrementStep?: number;
decrementStep?: number;
Expand Down

0 comments on commit 7a45602

Please sign in to comment.