Skip to content

Conversation

@azeezat
Copy link
Owner

@azeezat azeezat commented Oct 20, 2025

Description

The library needs to support the changes to the KeyboardAvoidingView in the new architecture when edgeToEdge mode is enabled.

Fixes #125

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • [ x] Test A
  1. In gradle.properties, set edgeToEdgeEnabled=true
  2. Open a searchable dropdown and type a word in the search box
  3. The keyboard should not draw over the items but it should appear below the items container

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

@azeezat azeezat changed the title fix: Android KeyboardAvoidingView issue in Andoid edgeToEdgeEnabled mode fix: Android KeyboardAvoidingView issue in edgeToEdgeEnabled mode Oct 20, 2025
@azeezat azeezat changed the title fix: Android KeyboardAvoidingView issue in edgeToEdgeEnabled mode fix: Android KeyboardAvoidingView issue in edgeToEdgeEnabled in new architecture Oct 20, 2025
@github-actions
Copy link

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements
97.86% (-0.02% 🔻)
275/281
🟢 Branches 91.48% 204/223
🟢 Functions
96.26% (-0.03% 🔻)
103/107
🟢 Lines
98.18% (-0.01% 🔻)
270/275

Test suite run success

26 tests passing in 3 suites.

Report generated by 🧪jest coverage report action from 51390bb

@azeezat azeezat merged commit 1ecfca3 into main Oct 25, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Searchable input hidden by keyboard on Android

2 participants