From 1277ac2d122899fd9211e3a349b6fecb1a49ca74 Mon Sep 17 00:00:00 2001 From: George Lima Date: Fri, 8 Feb 2019 01:18:40 -0300 Subject: [PATCH] chore(select): add default capitalize as true --- app/components/select.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) => {