Quantcast
Channel: Ionic Framework - Ionic Forum
Viewing all articles
Browse latest Browse all 49237

Change button attribute

$
0
0

@Jacktoolsnet wrote:

Hello,

I have this select


<ion-item>
	<ion-label>Form</ion-label>
	<ion-select [(ngModel)]="shape">
		<ion-option value="solid">Standard</ion-option>
		<ion-option value="outline">Mit Rand</ion-option>
		<ion-option value="clear">Ohne Rand</ion-option>
		<ion-option value="full">Voll</ion-option>
		<ion-option value="block">Block</ion-option>
		<ion-option value="round">Rund</ion-option>
	</ion-select>
</ion-item>

Is it possible to seht the Attribut of a button prgrammatically

Something like this?

<button ion-button {{shape}}>
          {{buttonText}}
</button>

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 49237

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>