@dhasdk/simple-ui 1.0.17 → 1.0.18
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 +2 -0
- package/index.js +16 -16
- package/index.mjs +725 -726
- package/lib/Search.d.ts +0 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1317,6 +1317,8 @@ The **`Search`** component presents a responsive Input element styled with a sea
|
|
|
1317
1317
|
|
|
1318
1318
|
This component is combined with a required input data file that the component uses to source its data. The data must match the SearchDataItem interface, shown below:
|
|
1319
1319
|
|
|
1320
|
+
Note: to change the default **`placeholder`** text, you can pass any normal html input attributes to this prop, such as **`placeholder`**, and they will be applied.
|
|
1321
|
+
|
|
1320
1322
|
Full list of props below
|
|
1321
1323
|
|
|
1322
1324
|
### Props
|