react-native-web icon indicating copy to clipboard operation
react-native-web copied to clipboard

feat(TextInput): Support submitBehavior prop

Open youngboy opened this issue 1 year ago • 0 comments

Is there an existing request?

  • [X] I have searched for this request

Describe the feature request

The current blurOnSubmit prop is being deprecated, and the new submitBehavior prop offers similar functionality with enhanced control over submit and blur behaviors. It would be nice to add support for this prop to maintain alignment with React Native's latest APIs.

https://github.com/facebook/react-native/blob/main/packages/react-native/Libraries/Components/TextInput/TextInput.js#L196

youngboy avatar Nov 19 '24 06:11 youngboy