hyperapp-is 0.1.30 → 0.1.31

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 +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -677,6 +677,10 @@ vnode
677
677
  <div id={id}>
678
678
  <div class="rapper">
679
679
  <div class="toolBar">
680
+ <div>
681
+ <input type="text" id={id}_searchText list={id}_searchText-history/>
682
+ <datalist id={id}_searchText-history />
683
+ </div>
680
684
  <input type="text" />
681
685
  <button type="button">FILTER</button>
682
686
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hyperapp-is",
3
- "version": "0.1.30",
3
+ "version": "0.1.31",
4
4
  "description": "UI foundation library for Hyperapp by is4416",
5
5
  "license": "MIT",
6
6
  "type": "module",