We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8df50f4 commit 398ae6dCopy full SHA for 398ae6d
core/src/components/select/select.tsx
@@ -548,7 +548,6 @@ export class Select implements ComponentInterface {
548
}
549
550
private createActionSheetButtons(data: HTMLIonSelectOptionElement[], selectValue: any): ActionSheetButton[] {
551
- console.log('createActionSheetButtons', data, selectValue);
552
const actionSheetButtons = data.map((option) => {
553
const value = getOptionValue(option);
554
0 commit comments