-
-
Notifications
You must be signed in to change notification settings - Fork 122
Open
Description
Is there an existing issue for this?
- I have searched the existing issues
What happened?
📌 Issue Overview
The "Add Appointment" modal form layout breaks when the keyboard opens.
Text inputs become partially hidden and only a small area is visible, making it difficult to enter details.
🔍 Steps to Reproduce
- Open the app
- Navigate to Calendar screen
- Tap "+" → Add Appointment
- Tap any textbox (Title/Description/Location)
- Keyboard opens
- Try scrolling
🎯 Expected Behavior
- Modal should move up when keyboard opens
- All textboxes should remain fully visible
- User should be able to scroll comfortably
🚨 Actual Behavior
- Keyboard overlaps the modal
- Only small portion of form is visible
- Some inputs are hidden
- Hard to scroll and enter details
📷 Screenshot
💡 Suggested Improvements
Wrap modal content with KeyboardAvoidingView and ScrollView to properly handle keyboard overlap:
Record
- I agree to follow this project's Code of Conduct
- I want to work on this issue
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels