diff --git a/compiler/src/component_map.ts b/compiler/src/component_map.ts index 0306c115e811b61bbfdbe5ce3a4d293da1fe2346..bef3beff06439afa79c2259bf9b02a568dd81582 100644 --- a/compiler/src/component_map.ts +++ b/compiler/src/component_map.ts @@ -319,14 +319,14 @@ export const COMPONENT_MAP: any = { TextArea: { atomic: true, attrs: [ - 'placeholderColor', 'placeholderFont', 'textAlign', 'caretColor', 'correction', 'onChange' + 'placeholderColor', 'placeholderFont', 'textAlign', 'caretColor', 'onChange' ] }, TextInput: { atomic: true, attrs: [ - 'textInputType', 'placeholderColor', 'placeholderFont', 'textInputAction', 'inputFilter', 'caretColor', - 'correction', 'onEditChanged', 'onSubmit', 'onChange' + 'type', 'placeholderColor', 'placeholderFont', 'enterKeyType', 'caretColor', 'onEditChanged', + 'onSubmit', 'onChange' ] }, Marquee: {