You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current AddNoteScreen is working as expected, but the issue is that when a user wants to hide/close the keyboard, it does not work as expected, which affects the user experience. For better user experience, add a close option. I’ll attach some references below for better understanding.
Tasks
Understand the current AddNoteScreen implementation.
Implement the keyboard close functionality.
Write test cases related to the functionality you have worked on.
Ensure the app runs without any issues on both iOS and Android.
Acceptance Criteria
The keyboard should be hidden/unmounted when the close or related button is clicked.
All test cases should pass.
The app should run without any issues on both iOS and Android.
Reference
or
The text was updated successfully, but these errors were encountered:
Description
The current AddNoteScreen is working as expected, but the issue is that when a user wants to hide/close the keyboard, it does not work as expected, which affects the user experience. For better user experience, add a close option. I’ll attach some references below for better understanding.
Tasks
Acceptance Criteria
Reference
or
The text was updated successfully, but these errors were encountered: