fix(select): emit single ionChange event for popover option selection (#26796)

Resolves #26789
This commit is contained in:
Sean Perkins
2023-02-20 20:20:32 -05:00
committed by GitHub
parent 7312b0696d
commit 7578aa3c59
7 changed files with 249 additions and 24 deletions

View File

@ -288,7 +288,9 @@ Example: <ion-checkbox>Label</ion-checkbox>
For checkboxes that do not have a visible label, developers should use "aria-label" so screen readers can announce the purpose of the checkbox.
For checkboxes that do not render the label immediately next to the checkbox, developers may continue to use "ion-label" but must manually associate the label with the checkbox by using "aria-labelledby".`,
For checkboxes that do not render the label immediately next to the checkbox, developers may continue to use "ion-label" but must manually associate the label with the checkbox by using "aria-labelledby".
Developers can use the "legacy" property to continue using the legacy form markup. This property will be removed in an upcoming major release of Ionic where this form control will use the modern form markup.`,
this.el
);