mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(input): copy custom attrs from ion-input to native input
This commit is contained in:
@@ -90,6 +90,17 @@
|
||||
<ion-input placeholder="Stand-alone textarea"></ion-input>
|
||||
|
||||
<ion-list>
|
||||
<ion-item>
|
||||
<ion-label>Custom Attrs</ion-label>
|
||||
<ion-input autocomplete="off"
|
||||
spellcheck="no"
|
||||
required
|
||||
some-weird-attr="value"
|
||||
accept="sure"
|
||||
class="no-copy" id="no-copy" checked=checked
|
||||
value="copy custom attributes"></ion-input>
|
||||
</ion-item>
|
||||
|
||||
<ion-item>
|
||||
<ion-label>Disabled Input</ion-label>
|
||||
<ion-input disabled value="Value"></ion-input>
|
||||
|
||||
Reference in New Issue
Block a user