@codeleap/mobile 3.2.14 → 3.2.15

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codeleap/mobile",
3
- "version": "3.2.14",
3
+ "version": "3.2.15",
4
4
  "main": "src/index.ts",
5
5
  "license": "UNLICENSED",
6
6
  "repository": {
@@ -224,6 +224,7 @@ export const Autocomplete = <T extends string|number = string, Multi extends boo
224
224
  renderItem={renderListItem}
225
225
  fakeEmpty={loading}
226
226
  loading={loading}
227
+ placeholder={listPlaceholder}
227
228
  {...listProps}
228
229
  />
229
230
  </View>