app/layouts/inputs.html in under-os-1.1.0 vs app/layouts/inputs.html in under-os-1.2.0
- old
+ new
@@ -1,6 +1,10 @@
<page title="Inputs Demo">
- <input placeholder="Tap here" />
+ <input id="i1" type="text" placeholder="Plain text" />
+ <input id="i2" type="password" placeholder="Password" />
+ <input id="i3" type="email" placeholder="your@email.com" />
+ <input id="i4" type="phone" placeholder="+0431431431" />
+
<textarea>some value</textarea>
<slider min="0" max="100" value="40" />
<switch checked="true" />