react-native-modal-dropdown icon indicating copy to clipboard operation
react-native-modal-dropdown copied to clipboard

Fork of the original https://github.com/sohobloo/react-native-modal-dropdown

Results 33 react-native-modal-dropdown issues
Sort by recently updated
recently updated
newest added

Changing line 437 from initialScrollIndex={saveScrollPosition ? selectedIndex : -1} to initialScrollIndex={saveScrollPosition ? selectedIndex : 0} makes it possible to disable saveScrollPosition and avoid the -1 warnings. As it happens saveScrollPosition...

If you use a bit bigger list for options, clicking on an item in dropdown causes a bug where everything above that selected option won`t render unless you scroll the...

Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.28 to 0.7.33. Changelog Sourced from ua-parser-js's changelog. Version 0.7.33 / 1.0.33 Add new browser : Cobalt Identify Macintosh as an Apple device Fix ReDoS vulnerability Version...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

Getting the following error: **TypeError: undefined is not an object (evaluating 'dropdownListProps.ListHeaderComponent')** The component was working fine until recently. After debugging the issue is coming from the "options" prop. This...

With defaultvalue and defaultIndex. The modal still displays Please select...

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...

dependencies

hi, im trying to use ModalDropdown but the dropdownTextHighlightStyle not working it keeps showing the black bg when i select something of the list im using react native 0.69.1