Skip to content

feat(select): support multiple values in the popover interface #22303

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
wants to merge 107 commits into from

Conversation

brandyscarney
Copy link
Member

@brandyscarney brandyscarney commented Oct 12, 2020

Pull request checklist

Please check if your PR fulfills the following requirements:

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been reviewed and added / updated if needed (for bug fixes / features)
  • Build (npm run build) was run locally and any changes were pushed
  • Lint (npm run lint) has passed locally and any fixes were made for failures

Pull request type

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes
  • Other (please describe):

What is the current behavior?

Issue Number: fixes #12310

What is the new behavior?

  • Enables support for multiple in a select to work with the popover interface
  • Updates the MD UI to remove the radios and match the MD spec

Does this introduce a breaking change?

  • Yes
  • No
  • Probably

Other information

@github-actions github-actions bot added the package: core @ionic/core package label Oct 12, 2020
@brandyscarney brandyscarney added this to the 6.0.0 milestone Nov 30, 2020
liamdebeasi and others added 22 commits January 20, 2021 14:02
BREAKING CHANGE: The `--white-space` CSS Variable now defaults to `normal`.
…ible large title (#22891)

resolves #22777

BREAKING CHANGE: The last toolbar in the header with a collapsible large title no longer has a border.
…22852)

resolves #22780

BREAKING CHANGE: The tab bar and toolbar default background colors have been updated to better reflect the latest iOS styles.
BREAKING CHANGE: The `Config.set()` method has been removed. See https://ionicframework.com/docs/angular/config for examples on how to set config globally, per-component, and per-platform.
…22919)

BREAKING CHANGE: Support for child routes nested inside of tabs has been removed to better conform to Vue Router's best practices. Additional routes should be written as sibling routes with the parent tab as the path prefix.
chore(): sync next with master
chore(): sync with master
… minimum required version of vue to 3.0.6 (#23229)

refactor(vue): drop support for "on" prefixed overlay events and bump minimum required version of vue to 3.0.6

BREAKING CHANGE:

- Dropped support for prefixed overlay events in favor of non prefixed events (I.e. `@onDidDismiss` becomes `@didDismiss`).
- Minimum required version of Vue is now Vue v3.0.6 or newer.
BREAKING CHANGE: Converted `ion-popover` to use the Shadow DOM.
@liamdebeasi
Copy link
Contributor

Closing in favor of #23474.

@liamdebeasi liamdebeasi deleted the feat-select-popover-multiple branch July 22, 2021 21:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package: angular @ionic/angular package package: core @ionic/core package package: react @ionic/react package package: vue @ionic/vue package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

get rid of radio buttons in ion-select popover.
8 participants