diff --git a/app/components/select.js b/app/components/select.js index 677629e..9d0dc65 100644 --- a/app/components/select.js +++ b/app/components/select.js @@ -126,7 +126,7 @@ export class SelectComponent extends PureComponent { placeholder: '', placement: 'bottom', bgColor: theme.colors.inputBackground, - capitalize: false, + capitalize: true, }; onSelect = (value: string) => {