-
I am using react-native 0.63.2, and have imported dropdown from `react-native-material-dropdown-v2`. I've created a simple dropdown with `data`, `value`, and `onChangeText` props. However, for some re…
-
react-native: 0.63.0
react-native-modal-dropdown: 0.7.0
I have appended the following code in package.json:
"resolutions": {
"deprecated-react-native-listview": "0.0.6"
}
but it is not w…
-
Using native `` elements, as we do on many forms, makes it difficult to style the inputs. In particular, the dropdowns use the native browser / OS styling that can't be changed with CSS.
Where we u…
-
**Describe the bug**
Component with position: 'absolute' is not recognised.
**To Reproduce**
Set one to position: 'absolute'
**Screenshots**
The component with position set to 'absolute' is …
-
```
ERROR TypeError: undefined is not an object (evaluating '_reactNative.Animated.Text.propTypes.style')
Dropdown@http://localhost:8081/index.bundle?platform=android&dev=true&minify=false&app=co…
-
## Issue summary
Auto close selection dropdown after press outside.
### Library versions
List the version of react-native and multi-select in use as below
"react-native": "0.47.2",
"react-nativ…
-
Hai i tried like this:
```
export default class sidemenu extends Component {
render() {
return (
{ console.log(data); }} />
);
}
}
```
after selecting the value in dr…
-
How can we leverage the testID functionality added in v5.2 for a Dropdown Picker item to simulate a test environment to click on the Dropdown picker and select a different item?
We tried to…
-
I am using this package for displaying dropdowns in my react native app.
I have a problem with the dropdownPosition, when I put it "top" or "bottom", it works fine. But When I put it "auto", it works…
-
For some weird reason scrolling is no longer possible on Android in React Native +0.71. The only way I was able to scroll was to set the `listMode` to `MODAL` which of course is no solution whatsoever…