It seems the TextInput component is producing a warning when using the prop enterkeyhint for react >17. This is a known issue and it would be nice to get rid off the warning. It's just about updating the case of the prop to become enterKeyHint
@compulim could you please take a look at this? Thanks.
We need to find a solution for this.
In React 16.8.6 (which we use as base version), it use enterkeyhint and doesn't accept enterKeyHint.
In higher version of React 16, it use enterKeyHint and not accepting enterkeyhint.
I have added this to our list of bugs for fix consideration during R13.
This is already fixed in #3703 with the introduction of useEnterKeyHint hook.