Socket
Socket
Sign inDemoInstall

react-native-searchable-dropdown

Package Overview
Dependencies
0
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.4 to 1.0.5

1

index.js

@@ -106,2 +106,3 @@ import React, { Component } from 'react';

style={{ ...this.props.textInputStyle }}
placeholderTextColor={this.props.placeholderTextColor}
placeholder={this.props.placeholder} />

@@ -108,0 +109,0 @@ { this.renderList() }

2

package.json
{
"name": "react-native-searchable-dropdown",
"version": "1.0.4",
"version": "1.0.5",
"description": "Searchable Dropdown",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -61,3 +61,3 @@ [example-url]: https://i.imgur.com/mHGaOX5.gif

</tr>
<tr>
<tr>
<td>placeholder</td>

@@ -67,2 +67,6 @@ <td>textInput placeholder</td>

<tr>
<td>placeholderTextColor</td>
<td>textInput placeholderTextColor</td>
</tr>
<tr>
<td>itemsContainerStyle</td>

@@ -69,0 +73,0 @@ <td>items container style you can pass maxHeight to restrict the items dropdown hieght</td>

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc