mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 16:16:41 +08:00
test(button): update the basic disabled buttons
This commit is contained in:
@ -70,12 +70,12 @@
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<ion-button id="disabledButton" disabled onclick="clickedButton(event)">Button Disabled</ion-button>
|
||||
<ion-button color="secondary" disabled>Secondary Disabled</ion-button>
|
||||
<ion-button expand="block" id="disabledButton" disabled onclick="clickedButton(event)">Button Disabled</ion-button>
|
||||
<ion-button expand="block" color="secondary" disabled>Secondary Disabled</ion-button>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<ion-button onclick="toggleDisabled()">Toggle Disabled</ion-button>
|
||||
<ion-button expand="block" onclick="toggleDisabled()">Toggle Disabled</ion-button>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user