Skip to content

Commit

Permalink
feat: TextInput has the prop drilling feature now
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathChaos committed Apr 20, 2021
1 parent f5bb8bd commit 51e9372
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/RNSingleSelect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ const RNSingleSelect = (props: IProps) => {

const renderTextInput = () => (
<TextInput
{...props}
value={value}
editable={searchEnabled}
placeholderTextColor={
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@freakycoder/react-native-single-select",
"version": "0.3.7",
"version": "0.3.8",
"description": "Customizable & Easy to Use Single Select Library for React Native",
"main": "./build/dist/RNSingleSelect.js",
"repository": "[email protected]:WrathChaos/react-native-single-select.git",
Expand Down

0 comments on commit 51e9372

Please sign in to comment.