OnSubmit/OnEndEdit Not Triggering when keyboard closes on Mobile in Latest Unity/TMP Versions

In my most recent unity project I started using unity 6 . Since then, the textmeshpro input field OnSubmit and OnEndEdit are no longer being called on mobile devices when users press the “Done” or “Enter” button on their virtual keyboard. These callbacks worked perfectly in my previous Unity/TMP setup. (2021 - 2022 and tmp 3.2.0)

Hello.
Did you use the new input system?
The same behaviour happens to me recently. But my oldest build still on unity 6.
It start after linking the project to unity cloud i got this message: This project is using the new input system package but the native platform backends for the new input system are not enabled in the player settings. This means that no input from native devices will come through.
Click Yes, completely reset the player setting.
So i re-enter all the player setting build info and now this problem occur.
Try with new input system only and both, it doesn’t work.