TextArea component is missing autoCompleteType
Description
When I include TextArea component without any props as <TextArea /> it includes a Typescript error, missing autoCompleteType
CodeSandbox/Snack link
https://codesandbox.io/s/heuristic-david-cdf8zi
Steps to reproduce
Include <TextArea /> component in a project having native-base, typescript and eslint.
NativeBase Version
^3.4.15
Platform
- [ ] Android
- [ ] CRA
- [ ] Expo
- [ ] iOS
- [ ] Next
Other Platform
The error is shown in IDE.
Additional Information
Hey @elenitaex5, Thanks for reporting the issue. We'll look into it.
Any updates on this issue?
@alalfakawma I don't think so... If it would be fix it, the issue would be closed by authors or collabs.
@alalfakawma I don't think so... If it would be fix it, the issue would be closed by authors or collabs.
Yeah, true. Let's hope this gets fixed.
I'm also experience this issue
Same error here
Same issue
autoCompleteType={true} clears the error
I'm having the same issue. I'll just be adding the prop and setting to false for now.
autoCompleteType={true} clears the error
Nowhere in the code does indicates that this value is of a boolean type? For me, just defining the property resolves the issue for TS validity, but could just as easy be null or an empty string. @ankit-tailor can you elaborate on what the type is for autoCompleteType ?
Edit: Should be of type string so it seems
Same issue
autoCompleteType={true} clears the error
thank you so much . I fixed