Skip to content

ion-item-option will not expand in Ionic 4.0.0-beta.3 #15304

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
paulsutherland opened this issue Aug 23, 2018 · 2 comments
Closed

ion-item-option will not expand in Ionic 4.0.0-beta.3 #15304

paulsutherland opened this issue Aug 23, 2018 · 2 comments
Assignees

Comments

@paulsutherland
Copy link

Bug Report

Ionic Info

Ionic:
   Ionic Framework            : @ionic/angular 4.0.0-beta.3
   @angular-devkit/core       : 0.7.4
   @angular-devkit/schematics : 0.7.4
   @angular/cli               : 6.1.4
   @ionic/ng-toolkit          : 1.0.7
   @ionic/schematics-angular  : 1.0.5

Cordova:

   cordova (Cordova CLI) : 8.0.0
   Cordova Platforms     : ios 4.5.5

System:

   ios-deploy : 2.0.0
   ios-sim    : 7.0.0
   npm        : 6.3.0
   OS         : macOS
   Xcode      : Xcode 9.4.1 Build version 9F2000

Describe the Bug
Adding the attribute expandable on an ion-item-option does not result in the expected behaviour of expanding the option to take up the full width of the item.

Steps to Reproduce
Steps to reproduce the behavior:

  1. Create a blank Ionic 4 project
ionic start ion-item-expanded blank --type=angular
  1. Add the follow to the page content
    <ion-item-sliding>
      <ion-item>
        <ion-label>Item</ion-label>
      </ion-item>
      <ion-item-options side="end">
        <ion-item-option color="danger" expandable>Delete</ion-item-option>
      </ion-item-options>
    </ion-item-sliding>
  1. Serve the app:
ionic serve
  1. Observe the item will not expand the full width when sliding right to left.

Expected Behavior
The option should expand to take up the full width of the item.

@ionitron-bot ionitron-bot bot added triage and removed triage labels Aug 23, 2018
@manucorporat manucorporat self-assigned this Sep 13, 2018
@manucorporat
Copy link
Contributor

Fixed by 127da1a

@ionitron-bot
Copy link

ionitron-bot bot commented Oct 13, 2018

Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.

@ionitron-bot ionitron-bot bot locked and limited conversation to collaborators Oct 13, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants