chore(select): add default capitalize as true

This commit is contained in:
George Lima 2019-02-08 01:18:40 -03:00
parent 6460a769bb
commit 1277ac2d12
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ export class SelectComponent extends PureComponent<Props, State> {
placeholder: '',
placement: 'bottom',
bgColor: theme.colors.inputBackground,
capitalize: false,
capitalize: true,
};
onSelect = (value: string) => {