@choc-ui/chakra-autocomplete 5.1.2 → 5.1.3
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.
- package/README.md +14 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -772,6 +772,20 @@ RefObject<HTMLInputElement>
|
|
|
772
772
|
<td>No<br></td>
|
|
773
773
|
<td>———</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