hi all, I was new to ionic, I use the ion-option-button in ionc-item, and I want to default to show this button, how can I do it? thanks very much
Then you should not use ion-option-button but rather use regular buttons <button>
and add item-button-right
class to your ion-tem, you may have to style your buttons if you have several of them to avoid overlapping.
1 Like
ok. thanks very much