@choc-ui/chakra-autocomplete 5.1.2 → 5.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +14 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -772,6 +772,20 @@ RefObject<HTMLInputElement>
772
772
  <td>No<br></td>
773
773
  <td>&mdash;&mdash;&mdash;</td>
774
774
  </tr>
775
+ <tr>
776
+ <td>hidePlaceholder</td>
777
+ <td>boolean</td>
778
+ <td>hides the placeholder when children is not an empty array. intended usage for
779
+
780
+ ```js
781
+ <AutoComplete multiple creatable />
782
+ ```
783
+
784
+ </td>
785
+ <td>No<br></td>
786
+ <td>false</td>
787
+
788
+ </tr>
775
789
 
776
790
  </tbody>
777
791
  </table>
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "5.1.2",
2
+ "version": "5.1.4",
3
3
  "license": "MIT",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",
@@ -78,6 +78,6 @@
78
78
  "@chakra-ui/react-utils": "^2.0.5",
79
79
  "@chakra-ui/tag": "^2.0.8",
80
80
  "@chakra-ui/utils": "^2.0.8",
81
- "react-nanny": "2.14.0"
81
+ "react-nanny": "2.15.0"
82
82
  }
83
83
  }