Skip to content

Commit

Permalink
Merge branch '71-ls-add_scroll_enabled_prop_for_text_input_component'…
Browse files Browse the repository at this point in the history
… into 'main'

Close #71 - Add scrollEnabled prop for Text Input component

Closes #71

See merge request amalgama/packages/npm/embassy-ui!109
  • Loading branch information
maurobender committed Mar 17, 2023
2 parents 2b5626b + acbbef4 commit c6c2c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/main/TextInput/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const TEXT_INPUT_PROP_NAMES = [
'onBlur', 'onChange', 'onChangeText', 'onContentSizeChange', 'onEndEditing',
'onPressIn', 'onPressOut', 'onFocus', 'onSelectionChange', 'onSubmitEditing',
'onTextInput', 'onScroll', 'onKeyPress', 'placeholder', 'placeholderTextColor',
'returnKeyType', 'secureTextEntry', 'selectTextOnFocus', 'selection',
'returnKeyType', 'scrollEnabled', 'secureTextEntry', 'selectTextOnFocus', 'selection',
'selectionColor', 'style', 'textAlign', 'inputAccessoryViewID',
'value', 'maxFontSizeMultiplier'
];

0 comments on commit c6c2c26

Please sign in to comment.